Class: Aws::MemoryDB::Types::DeleteSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteSubnetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_group_name ⇒ String
The name of the subnet group to delete.
Instance Attribute Details
#subnet_group_name ⇒ String
The name of the subnet group to delete
1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1044 class DeleteSubnetGroupRequest < Struct.new( :subnet_group_name) SENSITIVE = [] include Aws::Structure end |