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.
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.
-
#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.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-redshift/types.rb', line 782 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) include Aws::Structure end |
#description ⇒ String
The description of the cluster subnet group.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-redshift/types.rb', line 782 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) include Aws::Structure end |
#subnet_group_status ⇒ String
The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-redshift/types.rb', line 782 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) include Aws::Structure end |
#subnets ⇒ Array<Types::Subnet>
A list of the VPC Subnet elements.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-redshift/types.rb', line 782 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster subnet group.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-redshift/types.rb', line 782 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the cluster subnet group.
782 783 784 785 786 787 788 789 790 |
# File 'lib/aws-sdk-redshift/types.rb', line 782 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) include Aws::Structure end |