#[non_exhaustive]pub struct InstanceAssociationOutputLocation { /* private fields */ }Expand description
An S3 bucket where you want to store the results of this request.
For the minimal permissions required to enable Amazon S3 output for an association, see Creating associations in the Systems Manager User Guide.
Implementations§
source§impl InstanceAssociationOutputLocation
impl InstanceAssociationOutputLocation
sourcepub fn s3_location(&self) -> Option<&S3OutputLocation>
pub fn s3_location(&self) -> Option<&S3OutputLocation>
An S3 bucket where you want to store the results of this request.
source§impl InstanceAssociationOutputLocation
impl InstanceAssociationOutputLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceAssociationOutputLocation.
Trait Implementations§
source§impl Clone for InstanceAssociationOutputLocation
impl Clone for InstanceAssociationOutputLocation
source§fn clone(&self) -> InstanceAssociationOutputLocation
fn clone(&self) -> InstanceAssociationOutputLocation
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 PartialEq<InstanceAssociationOutputLocation> for InstanceAssociationOutputLocation
impl PartialEq<InstanceAssociationOutputLocation> for InstanceAssociationOutputLocation
source§fn eq(&self, other: &InstanceAssociationOutputLocation) -> bool
fn eq(&self, other: &InstanceAssociationOutputLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.