pub struct ExportDestination {
pub s_3: Option<S3Destination>,
}
Expand description
Describes the destination of the recommendations export and metadata files.
Fields§
§s_3: Option<S3Destination>
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
Trait Implementations§
Source§impl Clone for ExportDestination
impl Clone for ExportDestination
Source§fn clone(&self) -> ExportDestination
fn clone(&self) -> ExportDestination
Returns a duplicate 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 ExportDestination
impl Debug for ExportDestination
Source§impl Default for ExportDestination
impl Default for ExportDestination
Source§fn default() -> ExportDestination
fn default() -> ExportDestination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportDestination
impl<'de> Deserialize<'de> for ExportDestination
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 ExportDestination
impl PartialEq for ExportDestination
impl StructuralPartialEq for ExportDestination
Auto Trait Implementations§
impl Freeze for ExportDestination
impl RefUnwindSafe for ExportDestination
impl Send for ExportDestination
impl Sync for ExportDestination
impl Unpin for ExportDestination
impl UnwindSafe for ExportDestination
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