Class: Aws::MemoryDB::Types::UpdateSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateSubnetGroupRequest
- 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 of the subnet group.
-
#subnet_group_name ⇒ String
The name of the subnet group.
-
#subnet_ids ⇒ Array<String>
The EC2 subnet IDs for the subnet group.
Instance Attribute Details
#description ⇒ String
A description of the subnet group
3219 3220 3221 3222 3223 3224 3225 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3219 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_group_name ⇒ String
The name of the subnet group
3219 3220 3221 3222 3223 3224 3225 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3219 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The EC2 subnet IDs for the subnet group.
3219 3220 3221 3222 3223 3224 3225 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3219 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |