#[non_exhaustive]pub struct GetDashboardForJobRunInput { /* private fields */ }
Implementations§
source§impl GetDashboardForJobRunInput
impl GetDashboardForJobRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDashboardForJobRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDashboardForJobRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDashboardForJobRun
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDashboardForJobRunInput
.
source§impl GetDashboardForJobRunInput
impl GetDashboardForJobRunInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the application.
sourcepub fn job_run_id(&self) -> Option<&str>
pub fn job_run_id(&self) -> Option<&str>
The ID of the job run.
Trait Implementations§
source§impl Clone for GetDashboardForJobRunInput
impl Clone for GetDashboardForJobRunInput
source§fn clone(&self) -> GetDashboardForJobRunInput
fn clone(&self) -> GetDashboardForJobRunInput
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 moresource§impl Debug for GetDashboardForJobRunInput
impl Debug for GetDashboardForJobRunInput
source§impl PartialEq<GetDashboardForJobRunInput> for GetDashboardForJobRunInput
impl PartialEq<GetDashboardForJobRunInput> for GetDashboardForJobRunInput
source§fn eq(&self, other: &GetDashboardForJobRunInput) -> bool
fn eq(&self, other: &GetDashboardForJobRunInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.