Class: Aws::CloudTrail::Types::PutInsightSelectorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_arnString

The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights selectors.

Returns:

  • (String)


4299
4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4299

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

#insight_selectorsArray<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`.

Returns:



4299
4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4299

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

#insights_destinationString

The ARN of the destination event data store that logs Insights events.

Returns:

  • (String)


4299
4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4299

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

#trail_arnString

The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.

Returns:

  • (String)


4299
4300
4301
4302
4303
4304
4305
4306
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4299

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