Class: Aws::MemoryDB::Types::UpdateClusterResponse

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 updated cluster

Returns:



3166
3167
3168
3169
3170
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3166

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