Struct rusoto_config::DescribeConfigurationRecordersResponse [] [src]

pub struct DescribeConfigurationRecordersResponse {
    pub configuration_recorders: Option<ConfigurationRecorderList>,
}

The output for the DescribeConfigurationRecorders action.

Fields

A list that contains the descriptions of the specified configuration recorders.

Trait Implementations

impl Default for DescribeConfigurationRecordersResponse
[src]

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

impl Debug for DescribeConfigurationRecordersResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeConfigurationRecordersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more