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

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

#clusterTypes::Cluster

The updated cluster

Returns:



3206
3207
3208
3209
3210
# File 'lib/aws-sdk-memorydb/types.rb', line 3206

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