Struct rusoto_config::DescribeConfigurationRecorderStatusResponse[][src]

pub struct DescribeConfigurationRecorderStatusResponse {
    pub configuration_recorders_status: Option<Vec<ConfigurationRecorderStatus>>,
}

The output for the DescribeConfigurationRecorderStatus action, in JSON format.

Fields

A list that contains status of the specified recorders.

Trait Implementations

impl Default for DescribeConfigurationRecorderStatusResponse
[src]

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

impl Debug for DescribeConfigurationRecorderStatusResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeConfigurationRecorderStatusResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeConfigurationRecorderStatusResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations