DescribeEcsClustersResult class
Contains the response to a DescribeEcsClusters
request.
Constructors
-
DescribeEcsClustersResult.new({List<
EcsCluster> ? ecsClusters, String? nextToken}) -
DescribeEcsClustersResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
ecsClusters
→ List<
EcsCluster> ? -
A list of
EcsCluster
objects containing the cluster descriptions.final - hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → 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 tonull
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited