Class: Aws::CloudTrail::Types::PutInsightSelectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutInsightSelectorsResponse
- 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 change or add 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, only ApiCallRateInsight
is supported as an
insight type.
1976 1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1976 class PutInsightSelectorsResponse < 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 change or add Insights selectors.
1976 1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1976 class PutInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors) SENSITIVE = [] include Aws::Structure end |