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
-
#event_data_store_arn ⇒ String
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.
-
#insight_selectors ⇒ Array<Types::InsightSelector>
A JSON string that contains the Insights event types that you want to log on a trail or event data store.
-
#insights_destination ⇒ String
The ARN of the destination event data store that logs Insights events.
-
#trail_arn ⇒ String
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
Instance Attribute Details
#event_data_store_arn ⇒ String
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.
4305 4306 4307 4308 4309 4310 4311 4312 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4305 class PutInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end |
#insight_selectors ⇒ Array<Types::InsightSelector>
A JSON string that contains the Insights event types that you want
to log on a trail or event data store. The valid Insights types are
ApiErrorRateInsight
and ApiCallRateInsight
.
4305 4306 4307 4308 4309 4310 4311 4312 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4305 class PutInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end |
#insights_destination ⇒ String
The ARN of the destination event data store that logs Insights events.
4305 4306 4307 4308 4309 4310 4311 4312 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4305 class PutInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) 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.
4305 4306 4307 4308 4309 4310 4311 4312 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4305 class PutInsightSelectorsResponse < Struct.new( :trail_arn, :insight_selectors, :event_data_store_arn, :insights_destination) SENSITIVE = [] include Aws::Structure end |