Class: Aws::CloudTrail::Types::GetEventSelectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetEventSelectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that are configured for the trail.
-
#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
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that are configured for the trail.
2153 2154 2155 2156 2157 2158 2159 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2153 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |
#event_selectors ⇒ Array<Types::EventSelector>
The event selectors that are configured for the trail.
2153 2154 2155 2156 2157 2158 2159 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2153 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |
#trail_arn ⇒ String
The specified trail ARN that has the event selectors.
2153 2154 2155 2156 2157 2158 2159 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2153 class GetEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |