Struct aws_sdk_backup::input::StartReportJobInput [−][src]
#[non_exhaustive]pub struct StartReportJobInput {
pub report_plan_name: Option<String>,
pub idempotency_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.report_plan_name: Option<String>
The unique name of a report plan.
idempotency_token: Option<String>
A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput
. Retrying a successful request with the same idempotency token results in a success message with no action taken.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartReportJob, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartReportJob, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartReportJob
>
Creates a new builder-style object to manufacture StartReportJobInput
The unique name of a report plan.
A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput
. Retrying a successful request with the same idempotency token results in a success message with no action taken.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StartReportJobInput
impl Send for StartReportJobInput
impl Sync for StartReportJobInput
impl Unpin for StartReportJobInput
impl UnwindSafe for StartReportJobInput
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