Struct aws_sdk_ssm::input::UpdateOpsMetadataInput
source · [−]#[non_exhaustive]pub struct UpdateOpsMetadataInput {
pub ops_metadata_arn: Option<String>,
pub metadata_to_update: Option<HashMap<String, MetadataValue>>,
pub keys_to_delete: Option<Vec<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_metadata_arn: Option<String>
The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.
metadata_to_update: Option<HashMap<String, MetadataValue>>
Metadata to add to an OpsMetadata object.
keys_to_delete: Option<Vec<String>>
The metadata keys to delete from the OpsMetadata object.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOpsMetadata, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOpsMetadata, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateOpsMetadata
>
Creates a new builder-style object to manufacture UpdateOpsMetadataInput
The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.
Metadata to add to an OpsMetadata object.
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 RefUnwindSafe for UpdateOpsMetadataInput
impl Send for UpdateOpsMetadataInput
impl Sync for UpdateOpsMetadataInput
impl Unpin for UpdateOpsMetadataInput
impl UnwindSafe for UpdateOpsMetadataInput
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