Struct rusoto_cloudtrail::StartLoggingRequest[][src]

pub struct StartLoggingRequest {
    pub name: String,
}

The request to CloudTrail to start logging AWS API calls for an account.

Fields

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

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

Trait Implementations

impl Default for StartLoggingRequest
[src]

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

impl Debug for StartLoggingRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for StartLoggingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StartLoggingRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations