Struct rusoto_cloudtrail::StopLoggingRequest [] [src]

pub struct StopLoggingRequest {
    pub name: String,
}

Passes the request to CloudTrail to stop logging AWS API calls for the specified account.

Fields

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

Trait Implementations

impl Default for StopLoggingRequest
[src]

[src]

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

impl Debug for StopLoggingRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for StopLoggingRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more