Class: Aws::Route53RecoveryControlConfig::Types::ListClustersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListClustersResponse
- 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
-
#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.
956 957 958 959 960 961 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 956 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.
956 957 958 959 960 961 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 956 class ListClustersResponse < Struct.new( :clusters, :next_token) SENSITIVE = [] include Aws::Structure end |