Class: Aws::MemoryDB::Types::CreateSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateSubnetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the subnet group.
-
#subnet_group_name ⇒ String
The name of the subnet group.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs for the subnet group.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
Instance Attribute Details
#description ⇒ String
A description for the subnet group.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-memorydb/types.rb', line 953 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_group_name ⇒ String
The name of the subnet group.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-memorydb/types.rb', line 953 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs for the subnet group.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-memorydb/types.rb', line 953 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
953 954 955 956 957 958 959 960 |
# File 'lib/aws-sdk-memorydb/types.rb', line 953 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |