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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

A description of the DAX cluster that you have created.

Returns:



285
286
287
288
# File 'lib/aws-sdk-dax/types.rb', line 285

class CreateClusterResponse < Struct.new(
  :cluster)
  include Aws::Structure
end