Struct aws_sdk_ssm::input::DescribeDocumentInput
source · [−]#[non_exhaustive]pub struct DescribeDocumentInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeDocumentInput
impl Clone for DescribeDocumentInput
sourcefn clone(&self) -> DescribeDocumentInput
fn clone(&self) -> DescribeDocumentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeDocumentInput
impl Debug for DescribeDocumentInput
sourceimpl PartialEq<DescribeDocumentInput> for DescribeDocumentInput
impl PartialEq<DescribeDocumentInput> for DescribeDocumentInput
sourcefn eq(&self, other: &DescribeDocumentInput) -> bool
fn eq(&self, other: &DescribeDocumentInput) -> bool
impl StructuralPartialEq for DescribeDocumentInput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more