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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/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:



4288
4289
4290
4291
4292
4293
4294
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4288

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:



4288
4289
4290
4291
4292
4293
4294
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4288

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)


4288
4289
4290
4291
4292
4293
4294
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4288

class PutEventSelectorsResponse < Struct.new(
  :trail_arn,
  :event_selectors,
  :advanced_event_selectors)
  SENSITIVE = []
  include Aws::Structure
end