Struct aws_sdk_backup::input::DescribeReportJobInput [−][src]
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_job_id: Option<String>
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReportJob, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReportJob, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeReportJob
>
Creates a new builder-style object to manufacture DescribeReportJobInput
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
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 DescribeReportJobInput
impl Send for DescribeReportJobInput
impl Sync for DescribeReportJobInput
impl Unpin for DescribeReportJobInput
impl UnwindSafe for DescribeReportJobInput
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