Struct rusoto_config::StopConfigurationRecorderRequest [] [src]

pub struct StopConfigurationRecorderRequest {
    pub configuration_recorder_name: String,
}

The input for the StopConfigurationRecorder action.

Fields

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

Trait Implementations

impl Default for StopConfigurationRecorderRequest
[src]

[src]

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

impl Debug for StopConfigurationRecorderRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StopConfigurationRecorderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations