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 Insights event types that 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 Insights event types that you want
to log on a trail. The valid Insights types in this release are
ApiErrorRateInsight
and ApiCallRateInsight
.
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_arn ⇒ String
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
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 |