Class: Aws::Redshift::Types::ModifyClusterSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyClusterSubnetGroupMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_subnet_group_name ⇒ String
The name of the subnet group to be modified.
-
#description ⇒ String
A text description of the subnet group to be modified.
-
#subnet_ids ⇒ Array<String>
An array of VPC subnet IDs.
Instance Attribute Details
#cluster_subnet_group_name ⇒ String
The name of the subnet group to be modified.
8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8647 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A text description of the subnet group to be modified.
8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8647 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
8647 8648 8649 8650 8651 8652 8653 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8647 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |