Struct aws_sdk_ssm::model::RelatedOpsItem
source · [−]#[non_exhaustive]pub struct RelatedOpsItem { /* private fields */ }
Expand description
An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
Implementations
sourceimpl RelatedOpsItem
impl RelatedOpsItem
sourcepub fn ops_item_id(&self) -> Option<&str>
pub fn ops_item_id(&self) -> Option<&str>
The ID of an OpsItem related to the current OpsItem.
sourceimpl RelatedOpsItem
impl RelatedOpsItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RelatedOpsItem
.
Trait Implementations
sourceimpl Clone for RelatedOpsItem
impl Clone for RelatedOpsItem
sourcefn clone(&self) -> RelatedOpsItem
fn clone(&self) -> RelatedOpsItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RelatedOpsItem
impl Debug for RelatedOpsItem
sourceimpl PartialEq<RelatedOpsItem> for RelatedOpsItem
impl PartialEq<RelatedOpsItem> for RelatedOpsItem
sourcefn eq(&self, other: &RelatedOpsItem) -> bool
fn eq(&self, other: &RelatedOpsItem) -> bool
impl StructuralPartialEq for RelatedOpsItem
Auto Trait Implementations
impl RefUnwindSafe for RelatedOpsItem
impl Send for RelatedOpsItem
impl Sync for RelatedOpsItem
impl Unpin for RelatedOpsItem
impl UnwindSafe for RelatedOpsItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more