Class: Aws::CloudTrail::Types::PutInsightSelectorsResponse

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

#insight_selectorsArray<Types::InsightSelector>

A JSON string that contains the Insights event types that you want to log on a trail. The valid Insights types in this release are ApiErrorRateInsight and ApiCallRateInsight.

Returns:



3590
3591
3592
3593
3594
3595
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3590

class PutInsightSelectorsResponse < Struct.new(
  :trail_arn,
  :insight_selectors)
  SENSITIVE = []
  include Aws::Structure
end

#trail_arnString

The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.

Returns:

  • (String)


3590
3591
3592
3593
3594
3595
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3590

class PutInsightSelectorsResponse < Struct.new(
  :trail_arn,
  :insight_selectors)
  SENSITIVE = []
  include Aws::Structure
end