Class: Aws::Redshift::Types::ClusterSubnetGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterSubnetGroup
- Defined in:
- gems/aws-sdk-redshift/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.
-
#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.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1566 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the cluster subnet group.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1566 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_group_status ⇒ String
The status of the cluster subnet group. Possible values are
Complete
, Incomplete
and Invalid
.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1566 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<Types::Subnet>
A list of the VPC Subnet elements.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1566 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster subnet group.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1566 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the cluster subnet group.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1566 class ClusterSubnetGroup < Struct.new( :cluster_subnet_group_name, :description, :vpc_id, :subnet_group_status, :subnets, :tags) SENSITIVE = [] include Aws::Structure end |