Class: Aws::DAX::Types::CreateSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::CreateSubnetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the subnet group.
-
#subnet_group_name ⇒ String
A name for the subnet group.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs for the subnet group.
Instance Attribute Details
#description ⇒ String
A description for the subnet group
355 356 357 358 359 360 361 |
# File 'lib/aws-sdk-dax/types.rb', line 355 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_group_name ⇒ String
A name for the subnet group. This value is stored as a lowercase string.
355 356 357 358 359 360 361 |
# File 'lib/aws-sdk-dax/types.rb', line 355 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs for the subnet group.
355 356 357 358 359 360 361 |
# File 'lib/aws-sdk-dax/types.rb', line 355 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |