Method: Aws::Redshift::Types::ClusterSubnetGroup#subnets
- Defined in:
- lib/aws-sdk-redshift/types.rb
#subnets ⇒ Array<Types::Subnet>
A list of the VPC Subnet elements.
1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-redshift/types.rb', line 1641 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags, :supported_cluster_ip_address_types) SENSITIVE = [] include Aws::Structure end |