Struct aws_sdk_ssm::types::OutputSource
source · #[non_exhaustive]pub struct OutputSource { /* private fields */ }
Expand description
Information about the source where the association execution details are stored.
Implementations§
source§impl OutputSource
impl OutputSource
sourcepub fn output_source_id(&self) -> Option<&str>
pub fn output_source_id(&self) -> Option<&str>
The ID of the output source, for example the URL of an S3 bucket.
sourcepub fn output_source_type(&self) -> Option<&str>
pub fn output_source_type(&self) -> Option<&str>
The type of source where the association execution details are stored, for example, Amazon S3.
source§impl OutputSource
impl OutputSource
sourcepub fn builder() -> OutputSourceBuilder
pub fn builder() -> OutputSourceBuilder
Creates a new builder-style object to manufacture OutputSource
.
Trait Implementations§
source§impl Clone for OutputSource
impl Clone for OutputSource
source§fn clone(&self) -> OutputSource
fn clone(&self) -> OutputSource
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 OutputSource
impl Debug for OutputSource
source§impl PartialEq<OutputSource> for OutputSource
impl PartialEq<OutputSource> for OutputSource
source§fn eq(&self, other: &OutputSource) -> bool
fn eq(&self, other: &OutputSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OutputSource
Auto Trait Implementations§
impl RefUnwindSafe for OutputSource
impl Send for OutputSource
impl Sync for OutputSource
impl Unpin for OutputSource
impl UnwindSafe for OutputSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more