Struct aws_sdk_ssm::types::InstanceAssociationOutputUrl
source · #[non_exhaustive]pub struct InstanceAssociationOutputUrl { /* private fields */ }Expand description
The URL of S3 bucket where you want to store the results of this request.
Implementations§
source§impl InstanceAssociationOutputUrl
impl InstanceAssociationOutputUrl
sourcepub fn s3_output_url(&self) -> Option<&S3OutputUrl>
pub fn s3_output_url(&self) -> Option<&S3OutputUrl>
The URL of S3 bucket where you want to store the results of this request.
source§impl InstanceAssociationOutputUrl
impl InstanceAssociationOutputUrl
sourcepub fn builder() -> InstanceAssociationOutputUrlBuilder
pub fn builder() -> InstanceAssociationOutputUrlBuilder
Creates a new builder-style object to manufacture InstanceAssociationOutputUrl.
Trait Implementations§
source§impl Clone for InstanceAssociationOutputUrl
impl Clone for InstanceAssociationOutputUrl
source§fn clone(&self) -> InstanceAssociationOutputUrl
fn clone(&self) -> InstanceAssociationOutputUrl
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 InstanceAssociationOutputUrl
impl Debug for InstanceAssociationOutputUrl
source§impl PartialEq<InstanceAssociationOutputUrl> for InstanceAssociationOutputUrl
impl PartialEq<InstanceAssociationOutputUrl> for InstanceAssociationOutputUrl
source§fn eq(&self, other: &InstanceAssociationOutputUrl) -> bool
fn eq(&self, other: &InstanceAssociationOutputUrl) -> bool
This method tests for
self and other values to be equal, and is used
by ==.