[][src]Struct rusoto_alexaforbusiness::UpdateBusinessReportScheduleRequest

pub struct UpdateBusinessReportScheduleRequest {
    pub format: Option<String>,
    pub recurrence: Option<BusinessReportRecurrence>,
    pub s3_bucket_name: Option<String>,
    pub s3_key_prefix: Option<String>,
    pub schedule_arn: String,
    pub schedule_name: Option<String>,
}

Fields

format: Option<String>

The format of the generated report (individual CSV files or zipped files of individual files).

recurrence: Option<BusinessReportRecurrence>

The recurrence of the reports.

s3_bucket_name: Option<String>

The S3 location of the output reports.

s3_key_prefix: Option<String>

The S3 key where the report is delivered.

schedule_arn: String

The ARN of the business report schedule.

schedule_name: Option<String>

The name identifier of the schedule.

Trait Implementations

impl Clone for UpdateBusinessReportScheduleRequest[src]

impl Debug for UpdateBusinessReportScheduleRequest[src]

impl Default for UpdateBusinessReportScheduleRequest[src]

impl PartialEq<UpdateBusinessReportScheduleRequest> for UpdateBusinessReportScheduleRequest[src]

impl Serialize for UpdateBusinessReportScheduleRequest[src]

impl StructuralPartialEq for UpdateBusinessReportScheduleRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.