Class: Aws::MemoryDB::Types::DeleteSubnetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteSubnetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_group ⇒ Types::SubnetGroup
The subnet group object that has been deleted.
Instance Attribute Details
#subnet_group ⇒ Types::SubnetGroup
The subnet group object that has been deleted.
1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1056 class DeleteSubnetGroupResponse < Struct.new( :subnet_group) SENSITIVE = [] include Aws::Structure end |