Class: Aws::CloudTrail::Types::GetInsightSelectorsResponse

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 insight types you want to log on a trail. In this release, ApiErrorRateInsight and ApiCallRateInsight are supported as insight types.

Returns:



2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2144

class GetInsightSelectorsResponse < 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 get Insights selectors.

Returns:

  • (String)


2144
2145
2146
2147
2148
2149
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2144

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