Struct rusoto_cloudtrail::PutEventSelectorsResponse [] [src]

pub struct PutEventSelectorsResponse {
    pub event_selectors: Option<Vec<EventSelector>>,
    pub trail_arn: Option<String>,
}

Fields

Specifies the event selectors configured for your trail.

Specifies the ARN of the trail that was updated with event selectors. The format of a trail ARN is:

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

Trait Implementations

impl Default for PutEventSelectorsResponse
[src]

[src]

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

impl Debug for PutEventSelectorsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PutEventSelectorsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations