Struct aws_sdk_ssm::input::update_document_metadata_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDocumentMetadataInput
Implementations
The name of the change template for which a version's metadata is to be updated.
The name of the change template for which a version's metadata is to be updated.
The version of a change template in which to update approval metadata.
The version of a change template in which to update approval metadata.
The change template review details to update.
The change template review details to update.
Consumes the builder and constructs a UpdateDocumentMetadataInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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