Class: Aws::Redshift::Types::ModifyClusterSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyClusterSubnetGroupMessage
- Includes:
- Structure
- Defined in:
- 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.
8611 8612 8613 8614 8615 8616 8617 |
# File 'lib/aws-sdk-redshift/types.rb', line 8611 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.
8611 8612 8613 8614 8615 8616 8617 |
# File 'lib/aws-sdk-redshift/types.rb', line 8611 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.
8611 8612 8613 8614 8615 8616 8617 |
# File 'lib/aws-sdk-redshift/types.rb', line 8611 class ModifyClusterSubnetGroupMessage < Struct.new( :cluster_subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |