Struct rusoto_config::DeleteConfigurationRecorderRequest [] [src]

pub struct DeleteConfigurationRecorderRequest {
    pub configuration_recorder_name: String,
}

The request object for the DeleteConfigurationRecorder action.

Fields

The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the DescribeConfigurationRecorders action.

Trait Implementations

impl Default for DeleteConfigurationRecorderRequest
[src]

[src]

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

impl Debug for DeleteConfigurationRecorderRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteConfigurationRecorderRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more