Class: Aws::MemoryDB::Types::DeleteSubnetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_groupTypes::SubnetGroup

The subnet group object that has been deleted.

Returns:



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