Struct rusoto_config::DescribeConfigurationRecorderStatusRequest [] [src]

pub struct DescribeConfigurationRecorderStatusRequest {
    pub configuration_recorder_names: Option<ConfigurationRecorderNameList>,
}

The input for the DescribeConfigurationRecorderStatus action.

Fields

The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.

Trait Implementations

impl Default for DescribeConfigurationRecorderStatusRequest
[src]

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

impl Debug for DescribeConfigurationRecorderStatusRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeConfigurationRecorderStatusRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more