Struct rusoto_codepipeline::GetThirdPartyJobDetailsInput[][src]

pub struct GetThirdPartyJobDetailsInput {
    pub client_token: String,
    pub job_id: String,
}

Represents the input of a GetThirdPartyJobDetails action.

Fields

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.

The unique system-generated ID used for identifying the job.

Trait Implementations

impl Default for GetThirdPartyJobDetailsInput
[src]

Returns the "default value" for a type. Read more

impl Debug for GetThirdPartyJobDetailsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetThirdPartyJobDetailsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetThirdPartyJobDetailsInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations