Struct rusoto_cloudtrail::GetTrailStatusRequest[][src]

pub struct GetTrailStatusRequest {
    pub name: String,
}

The name of a trail about which you want the current status.

Fields

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

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

Trait Implementations

impl Default for GetTrailStatusRequest
[src]

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

impl Debug for GetTrailStatusRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetTrailStatusRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetTrailStatusRequest
[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