Struct aws_sdk_ecs::input::describe_clusters_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeClustersInput
Implementations
Appends an item to clusters.
To override the contents of this collection use set_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.
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.
Appends an item to include.
To override the contents of this collection use set_include.
Determines 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.
Determines 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.
Consumes the builder and constructs a DescribeClustersInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more