Struct aws_sdk_ssm::client::fluent_builders::GetOpsItem [−][src]
pub struct GetOpsItem<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetOpsItem
.
Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide.
Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see OpsCenter in the Amazon Web Services Systems Manager User Guide.
Implementations
impl<C, M, R> GetOpsItem<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetOpsItem<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(self) -> Result<GetOpsItemOutput, SdkError<GetOpsItemError>> where
R::Policy: SmithyRetryPolicy<GetOpsItemInputOperationOutputAlias, GetOpsItemOutput, GetOpsItemError, GetOpsItemInputOperationRetryAlias>,
pub async fn send(self) -> Result<GetOpsItemOutput, SdkError<GetOpsItemError>> where
R::Policy: SmithyRetryPolicy<GetOpsItemInputOperationOutputAlias, GetOpsItemOutput, GetOpsItemError, GetOpsItemInputOperationRetryAlias>,
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 ID of the OpsItem that you want to get.
The ID of the OpsItem that you want to get.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for GetOpsItem<C, M, R>
impl<C, M, R> Unpin for GetOpsItem<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for GetOpsItem<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