#[non_exhaustive]pub struct AssociateOpsItemRelatedItemInput { /* private fields */ }
Implementations
sourceimpl AssociateOpsItemRelatedItemInput
impl AssociateOpsItemRelatedItemInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateOpsItemRelatedItem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateOpsItemRelatedItem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateOpsItemRelatedItem
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateOpsItemRelatedItemInput
.
sourceimpl AssociateOpsItemRelatedItemInput
impl AssociateOpsItemRelatedItemInput
sourcepub fn ops_item_id(&self) -> Option<&str>
pub fn ops_item_id(&self) -> Option<&str>
The ID of the OpsItem to which you want to associate a resource as a related item.
sourcepub fn association_type(&self) -> Option<&str>
pub fn association_type(&self) -> Option<&str>
The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf
and RelatesTo
association types.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:
AWS::SSMIncidents::IncidentRecord
: an Incident Manager incident.
AWS::SSM::Document
: a Systems Manager (SSM) document.
sourcepub fn resource_uri(&self) -> Option<&str>
pub fn resource_uri(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
Trait Implementations
sourceimpl Clone for AssociateOpsItemRelatedItemInput
impl Clone for AssociateOpsItemRelatedItemInput
sourcefn clone(&self) -> AssociateOpsItemRelatedItemInput
fn clone(&self) -> AssociateOpsItemRelatedItemInput
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 PartialEq<AssociateOpsItemRelatedItemInput> for AssociateOpsItemRelatedItemInput
impl PartialEq<AssociateOpsItemRelatedItemInput> for AssociateOpsItemRelatedItemInput
sourcefn eq(&self, other: &AssociateOpsItemRelatedItemInput) -> bool
fn eq(&self, other: &AssociateOpsItemRelatedItemInput) -> bool
impl StructuralPartialEq for AssociateOpsItemRelatedItemInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateOpsItemRelatedItemInput
impl Send for AssociateOpsItemRelatedItemInput
impl Sync for AssociateOpsItemRelatedItemInput
impl Unpin for AssociateOpsItemRelatedItemInput
impl UnwindSafe for AssociateOpsItemRelatedItemInput
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