#[non_exhaustive]pub struct AssociateOpsItemRelatedItemInput {
pub ops_item_id: Option<String>,
pub association_type: Option<String>,
pub resource_type: Option<String>,
pub resource_uri: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.ops_item_id: Option<String>
The ID of the OpsItem to which you want to associate a resource as a related item.
association_type: Option<String>
The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf
and RelatesTo
association types.
resource_type: Option<String>
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.
resource_uri: Option<String>
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateOpsItemRelatedItem, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateOpsItemRelatedItem, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AssociateOpsItemRelatedItem
>
Creates a new builder-style object to manufacture AssociateOpsItemRelatedItemInput
The ID of the OpsItem to which you want to associate a resource as a related item.
The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf
and RelatesTo
association types.
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.
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AssociateOpsItemRelatedItemInput
impl Sync for AssociateOpsItemRelatedItemInput
impl Unpin for AssociateOpsItemRelatedItemInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more