Class: Aws::MemoryDB::Types::UpdateSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::UpdateSubnetGroupRequest
- Includes:
- Structure
- Defined in:
- 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
3258 3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3258 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
3258 3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3258 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.
3258 3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3258 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |