Struct aws_sdk_codepipeline::input::PutThirdPartyJobFailureResultInput [−][src]
#[non_exhaustive]pub struct PutThirdPartyJobFailureResultInput {
pub job_id: Option<String>,
pub client_token: Option<String>,
pub failure_details: Option<FailureDetails>,
}
Expand description
Represents the input of a PutThirdPartyJobFailureResult
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 ID of the job that failed. This is the same ID returned from
PollForThirdPartyJobs
.
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.
failure_details: Option<FailureDetails>
Represents information about failure details.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutThirdPartyJobFailureResult, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutThirdPartyJobFailureResult, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutThirdPartyJobFailureResult
>
Creates a new builder-style object to manufacture PutThirdPartyJobFailureResultInput
The ID of the job that failed. This is the same ID returned from
PollForThirdPartyJobs
.
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.
Represents information about failure details.
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 PutThirdPartyJobFailureResultInput
impl Sync for PutThirdPartyJobFailureResultInput
impl Unpin for PutThirdPartyJobFailureResultInput
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