Struct aws_sdk_devopsguru::client::fluent_builders::StartCostEstimation [−][src]
pub struct StartCostEstimation<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to StartCostEstimation
.
Starts the creation of an estimate of the monthly cost to analyze your AWS resources.
Implementations
impl<C, M, R> StartCostEstimation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> StartCostEstimation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<StartCostEstimationOutput, SdkError<StartCostEstimationError>> where
R::Policy: SmithyRetryPolicy<StartCostEstimationInputOperationOutputAlias, StartCostEstimationOutput, StartCostEstimationError, StartCostEstimationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<StartCostEstimationOutput, SdkError<StartCostEstimationError>> where
R::Policy: SmithyRetryPolicy<StartCostEstimationInputOperationOutputAlias, StartCostEstimationOutput, StartCostEstimationError, StartCostEstimationInputOperationRetryAlias>,
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 collection of AWS resources used to create a monthly DevOps Guru cost estimate.
pub fn set_resource_collection(
self,
input: Option<CostEstimationResourceCollectionFilter>
) -> Self
pub fn set_resource_collection(
self,
input: Option<CostEstimationResourceCollectionFilter>
) -> Self
The collection of AWS resources used to create a monthly DevOps Guru cost estimate.
The idempotency token used to identify each cost estimate request.
The idempotency token used to identify each cost estimate request.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for StartCostEstimation<C, M, R>
impl<C, M, R> Send for StartCostEstimation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for StartCostEstimation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for StartCostEstimation<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for StartCostEstimation<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