Struct aws_sdk_ssm::input::DescribeDocumentInput  
source · #[non_exhaustive]pub struct DescribeDocumentInput { /* private fields */ }Implementations§
source§impl DescribeDocumentInput
 
impl DescribeDocumentInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DescribeDocument, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DescribeDocument, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDocument>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDocumentInput.
source§impl DescribeDocumentInput
 
impl DescribeDocumentInput
sourcepub fn document_version(&self) -> Option<&str>
 
pub fn document_version(&self) -> Option<&str>
The document version for which you want information. Can be a specific version or the default version.
sourcepub fn version_name(&self) -> Option<&str>
 
pub fn version_name(&self) -> Option<&str>
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§
source§impl Clone for DescribeDocumentInput
 
impl Clone for DescribeDocumentInput
source§fn clone(&self) -> DescribeDocumentInput
 
fn clone(&self) -> DescribeDocumentInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for DescribeDocumentInput
 
impl Debug for DescribeDocumentInput
source§impl PartialEq<DescribeDocumentInput> for DescribeDocumentInput
 
impl PartialEq<DescribeDocumentInput> for DescribeDocumentInput
source§fn eq(&self, other: &DescribeDocumentInput) -> bool
 
fn eq(&self, other: &DescribeDocumentInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.