#[non_exhaustive]pub struct CreateLocationS3Output { /* private fields */ }
Expand description
CreateLocationS3Response
Implementations§
source§impl CreateLocationS3Output
impl CreateLocationS3Output
sourcepub fn location_arn(&self) -> Option<&str>
pub fn location_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
source§impl CreateLocationS3Output
impl CreateLocationS3Output
sourcepub fn builder() -> CreateLocationS3OutputBuilder
pub fn builder() -> CreateLocationS3OutputBuilder
Creates a new builder-style object to manufacture CreateLocationS3Output
.
Trait Implementations§
source§impl Clone for CreateLocationS3Output
impl Clone for CreateLocationS3Output
source§fn clone(&self) -> CreateLocationS3Output
fn clone(&self) -> CreateLocationS3Output
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 CreateLocationS3Output
impl Debug for CreateLocationS3Output
source§impl PartialEq<CreateLocationS3Output> for CreateLocationS3Output
impl PartialEq<CreateLocationS3Output> for CreateLocationS3Output
source§fn eq(&self, other: &CreateLocationS3Output) -> bool
fn eq(&self, other: &CreateLocationS3Output) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateLocationS3Output
impl RequestId for CreateLocationS3Output
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.