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:



4217
4218
4219
4220
4221
4222
4223
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4217

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:



4217
4218
4219
4220
4221
4222
4223
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4217

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)


4217
4218
4219
4220
4221
4222
4223
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4217

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