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.
1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1171 class DeleteSubnetGroupResponse < Struct.new( :subnet_group) SENSITIVE = [] include Aws::Structure end |