InsightSelector
public struct InsightSelector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of insights to log on a trail. In this release, only ApiCallRateInsight is supported as an insight type.
Declaration
Swift
public let insightType: InsightType? -
Undocumented
Declaration
Swift
public init(insightType: InsightType? = nil)
View on GitHub
InsightSelector Structure Reference