Class: Aws::CloudTrail::Types::GetEventSelectorsResponse

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>

The advanced event selectors that are configured for the trail.

Returns:



2516
2517
2518
2519
2520
2521
2522
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2516

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

#event_selectorsArray<Types::EventSelector>

The event selectors that are configured for the trail.

Returns:



2516
2517
2518
2519
2520
2521
2522
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2516

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

#trail_arnString

The specified trail ARN that has the event selectors.

Returns:

  • (String)


2516
2517
2518
2519
2520
2521
2522
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2516

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