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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_event_selectorsArray<Types::AdvancedEventSelector>

Specifies the advanced event selectors configured for your trail.

Returns:



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_selectorsArray<Types::EventSelector>

Specifies the event selectors configured for your trail.

Returns:



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_arnString

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`

Returns:

  • (String)


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