Class: Aws::CloudTrail::Types::PutEventSelectorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_selectorsArray<Types::EventSelector>

Specifies the event selectors configured for your trail.

Returns:



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_arnString

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`

Returns:

  • (String)


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