Struct aws_sdk_ssm::input::get_document_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for GetDocumentInput
Implementations
An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document and can't be changed.
An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document and can't be changed.
The document version for which you want information.
The document version for which you want information.
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
Consumes the builder and constructs a GetDocumentInput
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