Class: Aws::Route53RecoveryControlConfig::Types::ListClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListClustersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful ListClusters request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Types::Cluster>
An array of the clusters in an account.
-
#next_token ⇒ String
The token that identifies which batch of results you want to see.
Instance Attribute Details
#clusters ⇒ Array<Types::Cluster>
An array of the clusters in an account.
845 846 847 848 849 850 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 845 class ListClustersResponse < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that identifies which batch of results you want to see.
845 846 847 848 849 850 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 845 class ListClustersResponse < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |