Struct rusoto_config::StartConfigurationRecorderRequest [] [src]

pub struct StartConfigurationRecorderRequest {
    pub configuration_recorder_name: String,
}

The input for the StartConfigurationRecorder action.

Fields

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

Trait Implementations

impl Default for StartConfigurationRecorderRequest
[src]

[src]

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

impl Debug for StartConfigurationRecorderRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StartConfigurationRecorderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations