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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



334
335
336
337
338
# File 'lib/aws-sdk-dax/types.rb', line 334

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