Struct rusoto_cloudtrail::GetEventSelectorsResponse [] [src]

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

Fields

The event selectors that are configured for the trail.

The specified trail ARN that has the event selectors.

Trait Implementations

impl Default for GetEventSelectorsResponse
[src]

[src]

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

impl Debug for GetEventSelectorsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetEventSelectorsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations