You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorks::Types::DescribeEcsClustersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeEcsClustersResult
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#ecs_clusters ⇒ Array<Types::EcsCluster>
A list of
EcsClusterobjects containing the cluster descriptions. -
#next_token ⇒ String
If a paginated request does not return all of the remaining results, this parameter is set to a token that you can assign to the request object\'s
NextTokenparameter to retrieve the next set of results.
Instance Attribute Details
#ecs_clusters ⇒ Array<Types::EcsCluster>
A list of EcsCluster objects containing the cluster descriptions.
#next_token ⇒ String
If a paginated request does not return all of the remaining results,
this parameter is set to a token that you can assign to the request
object\'s NextToken parameter to retrieve the next set of results. If
the previous paginated request returned all of the remaining results,
this parameter is set to null.