class Aws::ECS::Types::DescribeClustersRequest

@note When making an API call, you may pass DescribeClustersRequest

data as a hash:

    {
      clusters: ["String"],
      include: ["ATTACHMENTS"], # accepts ATTACHMENTS, CONFIGURATIONS, SETTINGS, STATISTICS, TAGS
    }

@!attribute [rw] clusters

A list of up to 100 cluster names or full cluster Amazon Resource
Name (ARN) entries. If you do not specify a cluster, the default
cluster is assumed.
@return [Array<String>]

@!attribute [rw] include

Whether to include additional information about the clusters in the
response. If this field is omitted, this information isn't
included.

If `ATTACHMENTS` is specified, the attachments for the container
instances or tasks within the cluster are included.

If `SETTINGS` is specified, the settings for the cluster are
included.

If `CONFIGURATIONS` is specified, the configuration for the cluster
is included.

If `STATISTICS` is specified, the task and service count is
included, separated by launch type.

If `TAGS` is specified, the metadata tags associated with the
cluster are included.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DescribeClustersRequest AWS API Documentation

Constants

SENSITIVE