#[non_exhaustive]
pub struct DocumentDescription { /* private fields */ }
Expand description

Describes an Amazon Web Services Systems Manager document (SSM document).

Implementations

The SHA1 hash of the document, which you can use for verification.

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.

The name of the SSM document.

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

The version of the artifact associated with the document.

The Amazon Web Services user account that created the document.

The date when the document was created.

The status of the SSM document.

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

The document version.

A description of the document.

A description of the parameters for a document.

The list of operating system (OS) platforms compatible with this SSM document.

The type of document.

The schema version.

The latest version of the document.

The default version.

The document format, either JSON or YAML.

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

The tags, or metadata, that have been applied to the document.

Details about the document attachments, including names, locations, sizes, and so on.

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

The user in your organization who created the document.

Details about the review of a document.

The version of the document currently approved for use in the organization.

The version of the document that is currently under review.

The current status of the review.

The classification of a document to help you identify and categorize its use.

The value that identifies a document's category.

Creates a new builder-style object to manufacture DocumentDescription.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
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