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
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3617 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
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3617 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.
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3617 class UpdateSubnetGroupRequest < Struct.new( :subnet_group_name, :description, :subnet_ids) SENSITIVE = [] include Aws::Structure end |