#[non_exhaustive]pub struct GetThirdPartyJobDetailsInput {
pub job_id: Option<String>,
pub client_token: Option<String>,
}
Expand description
Represents the input of a GetThirdPartyJobDetails
action.
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.job_id: Option<String>
The unique system-generated ID used for identifying the job.
client_token: Option<String>
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetThirdPartyJobDetails, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetThirdPartyJobDetails, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetThirdPartyJobDetails
>
Creates a new builder-style object to manufacture GetThirdPartyJobDetailsInput
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 Send for GetThirdPartyJobDetailsInput
impl Sync for GetThirdPartyJobDetailsInput
impl Unpin for GetThirdPartyJobDetailsInput
impl UnwindSafe for GetThirdPartyJobDetailsInput
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