DescribeEcsClustersResult

public struct DescribeEcsClustersResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of EcsCluster objects containing the cluster descriptions.

    Declaration

    Swift

    public let ecsClusters: [EcsCluster]?
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(ecsClusters: [EcsCluster]? = nil, nextToken: String? = nil)