Class: Aws::Redshift::Types::ClusterSubnetGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ClusterSubnetGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes a subnet group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_subnet_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster subnet group.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the cluster subnet group.
 - 
  
    
      #subnet_group_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the cluster subnet group.
 - 
  
    
      #subnets  ⇒ Array<Types::Subnet> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of the VPC Subnet elements.
 - 
  
    
      #supported_cluster_ip_address_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP address types supported by this cluster subnet group.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of tags for the cluster subnet group.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC ID of the cluster subnet group.
 
Instance Attribute Details
#cluster_subnet_group_name ⇒ String
The name of the cluster subnet group.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  | 
  
#description ⇒ String
The description of the cluster subnet group.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  | 
  
#subnet_group_status ⇒ String
The status of the cluster subnet group. Possible values are ‘Complete`, `Incomplete` and `Invalid`.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  | 
  
#subnets ⇒ Array<Types::Subnet>
A list of the VPC Subnet elements.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  | 
  
#supported_cluster_ip_address_types ⇒ Array<String>
The IP address types supported by this cluster subnet group. Possible values are ‘ipv4` and `dualstack`.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  | 
  
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster subnet group.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  | 
  
#vpc_id ⇒ String
The VPC ID of the cluster subnet group.
      1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 1639 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  |