Struct aws_sdk_ssm::input::UpdateDocumentMetadataInput
source · [−]#[non_exhaustive]pub struct UpdateDocumentMetadataInput {
pub name: Option<String>,
pub document_version: Option<String>,
pub document_reviews: Option<DocumentReviews>,
}
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.name: Option<String>
The name of the change template for which a version's metadata is to be updated.
document_version: Option<String>
The version of a change template in which to update approval metadata.
document_reviews: Option<DocumentReviews>
The change template review details to update.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDocumentMetadata, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDocumentMetadata, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDocumentMetadata
>
Creates a new builder-style object to manufacture UpdateDocumentMetadataInput
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 change template review details to update.
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 UpdateDocumentMetadataInput
impl Send for UpdateDocumentMetadataInput
impl Sync for UpdateDocumentMetadataInput
impl Unpin for UpdateDocumentMetadataInput
impl UnwindSafe for UpdateDocumentMetadataInput
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