Struct aws_sdk_ssm::input::delete_document_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeleteDocumentInput
Implementations
The version of the document that you want to delete. If not provided, all versions of the document are deleted.
The version of the document that you want to delete. If not provided, all versions of the document are deleted.
The version name of the document that you want to delete. If not provided, all versions of the document are deleted.
The version name of the document that you want to delete. If not provided, all versions of the document are deleted.
Some SSM document types require that you specify a Force
flag before you can
delete the document. For example, you must specify a Force
flag to delete a document
of type ApplicationConfigurationSchema
. You can restrict access to the
Force
flag in an Identity and Access Management (IAM) policy.
Some SSM document types require that you specify a Force
flag before you can
delete the document. For example, you must specify a Force
flag to delete a document
of type ApplicationConfigurationSchema
. You can restrict access to the
Force
flag in an Identity and Access Management (IAM) policy.
Consumes the builder and constructs a DeleteDocumentInput
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