Struct aws_sdk_ssm::output::CreateDocumentOutput
source · [−]#[non_exhaustive]pub struct CreateDocumentOutput { /* private fields */ }
Implementations
sourceimpl CreateDocumentOutput
impl CreateDocumentOutput
sourcepub fn document_description(&self) -> Option<&DocumentDescription>
pub fn document_description(&self) -> Option<&DocumentDescription>
Information about the SSM document.
sourceimpl CreateDocumentOutput
impl CreateDocumentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDocumentOutput
.
Trait Implementations
sourceimpl Clone for CreateDocumentOutput
impl Clone for CreateDocumentOutput
sourcefn clone(&self) -> CreateDocumentOutput
fn clone(&self) -> CreateDocumentOutput
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 CreateDocumentOutput
impl Debug for CreateDocumentOutput
sourceimpl PartialEq<CreateDocumentOutput> for CreateDocumentOutput
impl PartialEq<CreateDocumentOutput> for CreateDocumentOutput
sourcefn eq(&self, other: &CreateDocumentOutput) -> bool
fn eq(&self, other: &CreateDocumentOutput) -> bool
impl StructuralPartialEq for CreateDocumentOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateDocumentOutput
impl Send for CreateDocumentOutput
impl Sync for CreateDocumentOutput
impl Unpin for CreateDocumentOutput
impl UnwindSafe for CreateDocumentOutput
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