Class: Aws::CloudTrail::Types::GetInsightSelectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetInsightSelectorsResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#insight_selectors ⇒ Array<Types::InsightSelector>
A JSON string that contains the insight types you want to log on a trail.
-
#trail_arn ⇒ String
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
Instance Attribute Details
#insight_selectors ⇒ Array<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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
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 |