Class: Aws::MemoryDB::Types::CreateSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateSubnetGroupRequest
- Defined in:
- gems/aws-sdk-memorydb/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.
867 868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 867 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.
867 868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 867 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.
867 868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 867 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.
867 868 869 870 871 872 873 874 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 867 class CreateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids, :tags) SENSITIVE = [] include Aws::Structure end |