Struct aws_sdk_elasticbeanstalk::operation::create_storage_location::CreateStorageLocationOutput
source · #[non_exhaustive]pub struct CreateStorageLocationOutput { /* private fields */ }Expand description
Results of a CreateStorageLocationResult call.
Implementations§
source§impl CreateStorageLocationOutput
impl CreateStorageLocationOutput
sourcepub fn builder() -> CreateStorageLocationOutputBuilder
pub fn builder() -> CreateStorageLocationOutputBuilder
Creates a new builder-style object to manufacture CreateStorageLocationOutput.
Trait Implementations§
source§impl Clone for CreateStorageLocationOutput
impl Clone for CreateStorageLocationOutput
source§fn clone(&self) -> CreateStorageLocationOutput
fn clone(&self) -> CreateStorageLocationOutput
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 CreateStorageLocationOutput
impl Debug for CreateStorageLocationOutput
source§impl PartialEq<CreateStorageLocationOutput> for CreateStorageLocationOutput
impl PartialEq<CreateStorageLocationOutput> for CreateStorageLocationOutput
source§fn eq(&self, other: &CreateStorageLocationOutput) -> bool
fn eq(&self, other: &CreateStorageLocationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateStorageLocationOutput
impl RequestId for CreateStorageLocationOutput
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.