pub struct StartReportCreationInput {
pub s3_bucket: String,
}
Fields§
§s3_bucket: String
The name of the Amazon S3 bucket where the report will be stored; for example:
awsexamplebucket
For more information on S3 bucket requirements, including an example bucket policy, see the example S3 bucket policy on this page.
Trait Implementations§
Source§impl Clone for StartReportCreationInput
impl Clone for StartReportCreationInput
Source§fn clone(&self) -> StartReportCreationInput
fn clone(&self) -> StartReportCreationInput
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 StartReportCreationInput
impl Debug for StartReportCreationInput
Source§impl Default for StartReportCreationInput
impl Default for StartReportCreationInput
Source§fn default() -> StartReportCreationInput
fn default() -> StartReportCreationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartReportCreationInput
impl PartialEq for StartReportCreationInput
Source§impl Serialize for StartReportCreationInput
impl Serialize for StartReportCreationInput
impl StructuralPartialEq for StartReportCreationInput
Auto Trait Implementations§
impl Freeze for StartReportCreationInput
impl RefUnwindSafe for StartReportCreationInput
impl Send for StartReportCreationInput
impl Sync for StartReportCreationInput
impl Unpin for StartReportCreationInput
impl UnwindSafe for StartReportCreationInput
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