Struct aws_sdk_ssm::input::CreateOpsMetadataInput [−][src]
#[non_exhaustive]pub struct CreateOpsMetadataInput {
pub resource_id: Option<String>,
pub metadata: Option<HashMap<String, MetadataValue>>,
pub tags: Option<Vec<Tag>>,
}
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.resource_id: Option<String>
A resource ID for a new Application Manager application.
metadata: Option<HashMap<String, MetadataValue>>
Metadata for a new Application Manager application.
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production
-
Key=Region,Value=us-east-2
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOpsMetadata, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOpsMetadata, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateOpsMetadata
>
Creates a new builder-style object to manufacture CreateOpsMetadataInput
A resource ID for a new Application Manager application.
Metadata for a new Application Manager application.
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production
-
Key=Region,Value=us-east-2
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 CreateOpsMetadataInput
impl Send for CreateOpsMetadataInput
impl Sync for CreateOpsMetadataInput
impl Unpin for CreateOpsMetadataInput
impl UnwindSafe for CreateOpsMetadataInput
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