Class: Aws::Route53RecoveryControlConfig::Types::ListClustersResponse

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

Overview

The result of a successful ListClusters request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clustersArray<Types::Cluster>

An array of the clusters in an account.

Returns:



845
846
847
848
849
850
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 845

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

#next_tokenString

The token that identifies which batch of results you want to see.

Returns:

  • (String)


845
846
847
848
849
850
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 845

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