pub struct CreateLocationS3Response {
pub location_arn: Option<String>,
}
Expand description
CreateLocationS3Response
Fields§
§location_arn: Option<String>
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
Trait Implementations§
Source§impl Clone for CreateLocationS3Response
impl Clone for CreateLocationS3Response
Source§fn clone(&self) -> CreateLocationS3Response
fn clone(&self) -> CreateLocationS3Response
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 CreateLocationS3Response
impl Debug for CreateLocationS3Response
Source§impl Default for CreateLocationS3Response
impl Default for CreateLocationS3Response
Source§fn default() -> CreateLocationS3Response
fn default() -> CreateLocationS3Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLocationS3Response
impl<'de> Deserialize<'de> for CreateLocationS3Response
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateLocationS3Response
impl PartialEq for CreateLocationS3Response
impl StructuralPartialEq for CreateLocationS3Response
Auto Trait Implementations§
impl Freeze for CreateLocationS3Response
impl RefUnwindSafe for CreateLocationS3Response
impl Send for CreateLocationS3Response
impl Sync for CreateLocationS3Response
impl Unpin for CreateLocationS3Response
impl UnwindSafe for CreateLocationS3Response
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