Class: Aws::CloudTrail::Types::GetEventSelectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetEventSelectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Instance Attribute Summary collapse
-
#event_selectors ⇒ Array<Types::EventSelector>
The event selectors that are configured for the trail.
-
#trail_arn ⇒ String
The specified trail ARN that has the event selectors.
Instance Attribute Details
#event_selectors ⇒ Array<Types::EventSelector>
The event selectors that are configured for the trail.
666 667 668 669 670 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 666 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors) include Aws::Structure end |
#trail_arn ⇒ String
The specified trail ARN that has the event selectors.
666 667 668 669 670 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 666 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors) include Aws::Structure end |