Struct aws_sdk_ssm::input::DescribeDocumentInput [−][src]
#[non_exhaustive]pub struct DescribeDocumentInput {
pub name: Option<String>,
pub document_version: Option<String>,
pub version_name: Option<String>,
}
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 SSM document.
document_version: Option<String>
The document version for which you want information. Can be a specific version or the default version.
version_name: Option<String>
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocument, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocument, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDocument
>
Creates a new builder-style object to manufacture DescribeDocumentInput
The document version for which you want information. Can be a specific version or the default version.
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.
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 DescribeDocumentInput
impl Send for DescribeDocumentInput
impl Sync for DescribeDocumentInput
impl Unpin for DescribeDocumentInput
impl UnwindSafe for DescribeDocumentInput
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