Struct aws_sdk_ssm::types::AssociationExecutionTarget
source · #[non_exhaustive]pub struct AssociationExecutionTarget { /* private fields */ }Expand description
Includes information about the specified association execution.
Implementations§
source§impl AssociationExecutionTarget
impl AssociationExecutionTarget
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The association ID.
sourcepub fn association_version(&self) -> Option<&str>
pub fn association_version(&self) -> Option<&str>
The association version.
sourcepub fn execution_id(&self) -> Option<&str>
pub fn execution_id(&self) -> Option<&str>
The execution ID.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The resource ID, for example, the managed node ID where the association ran.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type, for example, EC2.
sourcepub fn detailed_status(&self) -> Option<&str>
pub fn detailed_status(&self) -> Option<&str>
Detailed information about the execution status.
sourcepub fn last_execution_date(&self) -> Option<&DateTime>
pub fn last_execution_date(&self) -> Option<&DateTime>
The date of the last execution.
sourcepub fn output_source(&self) -> Option<&OutputSource>
pub fn output_source(&self) -> Option<&OutputSource>
The location where the association details are saved.
source§impl AssociationExecutionTarget
impl AssociationExecutionTarget
sourcepub fn builder() -> AssociationExecutionTargetBuilder
pub fn builder() -> AssociationExecutionTargetBuilder
Creates a new builder-style object to manufacture AssociationExecutionTarget.
Trait Implementations§
source§impl Clone for AssociationExecutionTarget
impl Clone for AssociationExecutionTarget
source§fn clone(&self) -> AssociationExecutionTarget
fn clone(&self) -> AssociationExecutionTarget
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 AssociationExecutionTarget
impl Debug for AssociationExecutionTarget
source§impl PartialEq<AssociationExecutionTarget> for AssociationExecutionTarget
impl PartialEq<AssociationExecutionTarget> for AssociationExecutionTarget
source§fn eq(&self, other: &AssociationExecutionTarget) -> bool
fn eq(&self, other: &AssociationExecutionTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.