Class: Aws::MemoryDB::Types::DeleteClusterResponse

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

#clusterTypes::Cluster

The cluster object that has been deleted

Returns:



967
968
969
970
971
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 967

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