You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudTrail::Types::InsightSelector

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InsightSelector as input to an Aws::Client method, you can use a vanilla Hash:

{
  insight_type: "ApiCallRateInsight", # accepts ApiCallRateInsight
}

A JSON string that contains a list of insight types that are logged on a trail.

Instance Attribute Summary collapse

Instance Attribute Details

#insight_typeString

The type of insights to log on a trail. In this release, only ApiCallRateInsight is supported as an insight type.

Possible values:

  • ApiCallRateInsight

Returns:

  • (String)

    The type of insights to log on a trail.