Class: Aws::CloudTrail::Types::PutEventSelectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutEventSelectorsResponse
- 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>
Specifies the advanced event selectors configured for your trail.
-
#event_selectors ⇒ Array<Types::EventSelector>
Specifies the event selectors configured for your trail.
-
#trail_arn ⇒ String
Specifies the ARN of the trail that was updated with event selectors.
Instance Attribute Details
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
Specifies the advanced event selectors configured for your trail.
3891 3892 3893 3894 3895 3896 3897 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3891 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |
#event_selectors ⇒ Array<Types::EventSelector>
Specifies the event selectors configured for your trail.
3891 3892 3893 3894 3895 3896 3897 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3891 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |
#trail_arn ⇒ String
Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.
‘arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`
3891 3892 3893 3894 3895 3896 3897 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3891 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |