Class: Aws::MemoryDB::Types::CreateClusterResponse

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 newly-created cluster.

Returns:



741
742
743
744
745
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 741

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