Class: Aws::DAX::Types::CreateClusterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

A description of the DAX cluster that you have created.

Returns:



304
305
306
307
308
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 304

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