Struct aws_sdk_ssm::types::OpsItemRelatedItemSummary
source · #[non_exhaustive]pub struct OpsItemRelatedItemSummary { /* private fields */ }Expand description
Summary information about related-item resources for an OpsItem.
Implementations§
source§impl OpsItemRelatedItemSummary
impl OpsItemRelatedItemSummary
sourcepub fn ops_item_id(&self) -> Option<&str>
pub fn ops_item_id(&self) -> Option<&str>
The OpsItem ID.
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
The association ID.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type.
sourcepub fn association_type(&self) -> Option<&str>
pub fn association_type(&self) -> Option<&str>
The association type.
sourcepub fn resource_uri(&self) -> Option<&str>
pub fn resource_uri(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the related-item resource.
sourcepub fn created_by(&self) -> Option<&OpsItemIdentity>
pub fn created_by(&self) -> Option<&OpsItemIdentity>
Information about the user or resource that created an OpsItem event.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The time the related-item association was created.
sourcepub fn last_modified_by(&self) -> Option<&OpsItemIdentity>
pub fn last_modified_by(&self) -> Option<&OpsItemIdentity>
Information about the user or resource that created an OpsItem event.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The time the related-item association was last updated.
source§impl OpsItemRelatedItemSummary
impl OpsItemRelatedItemSummary
sourcepub fn builder() -> OpsItemRelatedItemSummaryBuilder
pub fn builder() -> OpsItemRelatedItemSummaryBuilder
Creates a new builder-style object to manufacture OpsItemRelatedItemSummary.
Trait Implementations§
source§impl Clone for OpsItemRelatedItemSummary
impl Clone for OpsItemRelatedItemSummary
source§fn clone(&self) -> OpsItemRelatedItemSummary
fn clone(&self) -> OpsItemRelatedItemSummary
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 OpsItemRelatedItemSummary
impl Debug for OpsItemRelatedItemSummary
source§impl PartialEq<OpsItemRelatedItemSummary> for OpsItemRelatedItemSummary
impl PartialEq<OpsItemRelatedItemSummary> for OpsItemRelatedItemSummary
source§fn eq(&self, other: &OpsItemRelatedItemSummary) -> bool
fn eq(&self, other: &OpsItemRelatedItemSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.