Struct rusoto_config::PutConfigurationRecorderRequest [] [src]

pub struct PutConfigurationRecorderRequest {
    pub configuration_recorder: ConfigurationRecorder,
}

The input for the PutConfigurationRecorder action.

Fields

The configuration recorder object that records each configuration change made to the resources.

Trait Implementations

impl Default for PutConfigurationRecorderRequest
[src]

[src]

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

impl Debug for PutConfigurationRecorderRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for PutConfigurationRecorderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more