Struct aws_sdk_ecs::input::list_services_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ListServicesInput
Implementations
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices results. If you do not specify a cluster, the default cluster is assumed.
The short name or full Amazon Resource Name (ARN) of the cluster to use when filtering the
ListServices results. If you do not specify a cluster, the default cluster is assumed.
The nextToken value returned from a ListServices request
indicating that more results are available to fulfill the request and further calls will
be needed. If maxResults was provided, it is possible the number of results
to be fewer than maxResults.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
The nextToken value returned from a ListServices request
indicating that more results are available to fulfill the request and further calls will
be needed. If maxResults was provided, it is possible the number of results
to be fewer than maxResults.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
The maximum number of service results that ListServices returned in
paginated output. When this parameter is used, ListServices only returns
maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending
another ListServices request with the returned nextToken
value. This value can be between 1 and 100. If
this parameter isn't used, then ListServices returns up to
10 results and a nextToken value if
applicable.
The maximum number of service results that ListServices returned in
paginated output. When this parameter is used, ListServices only returns
maxResults results in a single page along with a nextToken
response element. The remaining results of the initial request can be seen by sending
another ListServices request with the returned nextToken
value. This value can be between 1 and 100. If
this parameter isn't used, then ListServices returns up to
10 results and a nextToken value if
applicable.
The launch type to use when filtering the ListServices results.
The launch type to use when filtering the ListServices results.
The scheduling strategy to use when filtering the ListServices
results.
The scheduling strategy to use when filtering the ListServices
results.
Consumes the builder and constructs a ListServicesInput
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