Struct rusoto_cloudtrail::DeleteTrailRequest[][src]

pub struct DeleteTrailRequest {
    pub name: String,
}

The request that specifies the name of a trail to delete.

Fields

Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is: arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

Trait Implementations

impl Default for DeleteTrailRequest
[src]

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

impl Debug for DeleteTrailRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTrailRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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