Struct aws_sdk_ecs::client::fluent_builders::ListServices [−][src]
pub struct ListServices<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListServices.
Returns a list of services. You can filter the results by cluster, launch type, and scheduling strategy.
Implementations
impl<C, M, R> ListServices<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListServices<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListServicesOutput, SdkError<ListServicesError>> where
R::Policy: SmithyRetryPolicy<ListServicesInputOperationOutputAlias, ListServicesOutput, ListServicesError, ListServicesInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListServicesOutput, SdkError<ListServicesError>> where
R::Policy: SmithyRetryPolicy<ListServicesInputOperationOutputAlias, ListServicesOutput, ListServicesError, ListServicesInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ListServices<C, M, R>
impl<C, M, R> Unpin for ListServices<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ListServices<C, M, R>
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