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

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>

The event selectors that are configured for the trail.

Returns:



666
667
668
669
670
# File 'lib/aws-sdk-cloudtrail/types.rb', line 666

class GetEventSelectorsResponse < Struct.new(
  :trail_arn,
  :event_selectors)
  include Aws::Structure
end

#trail_arnString

The specified trail ARN that has the event selectors.

Returns:

  • (String)


666
667
668
669
670
# File 'lib/aws-sdk-cloudtrail/types.rb', line 666

class GetEventSelectorsResponse < Struct.new(
  :trail_arn,
  :event_selectors)
  include Aws::Structure
end