pub struct GetOpsSummary { /* private fields */ }
Expand description

Fluent builder constructing a request to GetOpsSummary.

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

Implementations

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.

Create a paginator for this request

Paginators are used by calling send().await which returns a Stream.

Specify the name of a resource data sync to get.

Specify the name of a resource data sync to get.

Appends an item to Filters.

To override the contents of this collection use set_filters.

Optional filters used to scope down the returned OpsData.

Optional filters used to scope down the returned OpsData.

Appends an item to Aggregators.

To override the contents of this collection use set_aggregators.

Optional aggregators that return counts of OpsData based on one or more expressions.

Optional aggregators that return counts of OpsData based on one or more expressions.

Appends an item to ResultAttributes.

To override the contents of this collection use set_result_attributes.

The OpsData data type to return.

The OpsData data type to return.

A token to start the list. Use this token to get the next set of results.

A token to start the list. Use this token to get the next set of results.

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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