Class: Aws::CloudTrail::Types::PutEventSelectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutEventSelectorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Instance Attribute Summary collapse
-
#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
#event_selectors ⇒ Array<Types::EventSelector>
Specifies the event selectors configured for your trail.
1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1147 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors) include Aws::Structure end |
#trail_arn ⇒ String
Specifies the ARN of the trail that was updated with event selectors. The format of a trail ARN is:
‘arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`
1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1147 class PutEventSelectorsResponse < Struct.new( :trail_arn, :event_selectors) include Aws::Structure end |