Class: Aws::DAX::Types::DescribeClustersResponse

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

#clustersArray<Types::Cluster>

The descriptions of your DAX clusters, in response to a DescribeClusters request.

Returns:



530
531
532
533
534
535
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 530

class DescribeClustersResponse < Struct.new(
  :next_token,
  :clusters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


530
531
532
533
534
535
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 530

class DescribeClustersResponse < Struct.new(
  :next_token,
  :clusters)
  SENSITIVE = []
  include Aws::Structure
end