Struct aws_sdk_codepipeline::output::GetJobDetailsOutput
source · #[non_exhaustive]pub struct GetJobDetailsOutput { /* private fields */ }
Expand description
Represents the output of a GetJobDetails
action.
Implementations§
source§impl GetJobDetailsOutput
impl GetJobDetailsOutput
sourcepub fn job_details(&self) -> Option<&JobDetails>
pub fn job_details(&self) -> Option<&JobDetails>
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails
again to obtain new credentials.
source§impl GetJobDetailsOutput
impl GetJobDetailsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobDetailsOutput
.
Trait Implementations§
source§impl Clone for GetJobDetailsOutput
impl Clone for GetJobDetailsOutput
source§fn clone(&self) -> GetJobDetailsOutput
fn clone(&self) -> GetJobDetailsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more