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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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:



1039
1040
1041
1042
1043
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1039

class DeleteSubnetGroupResponse < Struct.new(
  :subnet_group)
  SENSITIVE = []
  include Aws::Structure
end