Struct rusoto_cur::DescribeReportDefinitionsResponse [] [src]

pub struct DescribeReportDefinitionsResponse {
    pub next_token: Option<GenericString>,
    pub report_definitions: Option<ReportDefinitionList>,
}

Response of DescribeReportDefinitions

Fields

Trait Implementations

impl Default for DescribeReportDefinitionsResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeReportDefinitionsResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeReportDefinitionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more