Struct rusoto_codepipeline::AcknowledgeThirdPartyJobInput
[−]
[src]
pub struct AcknowledgeThirdPartyJobInput { pub client_token: ClientToken, pub job_id: ThirdPartyJobId, pub nonce: Nonce, }
Represents the input of an acknowledge third party job action.
Fields
client_token: ClientToken
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.
job_id: ThirdPartyJobId
The unique system-generated ID of the job.
nonce: Nonce
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
Trait Implementations
impl Default for AcknowledgeThirdPartyJobInput
[src]
fn default() -> AcknowledgeThirdPartyJobInput
Returns the "default value" for a type. Read more
impl Debug for AcknowledgeThirdPartyJobInput
[src]
impl Clone for AcknowledgeThirdPartyJobInput
[src]
fn clone(&self) -> AcknowledgeThirdPartyJobInput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more