PutInsightSelectorsResponse

public struct PutInsightSelectorsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A JSON string that contains the insight types you want to log on a trail. In this release, only ApiCallRateInsight is supported as an insight type.

    Declaration

    Swift

    public let insightSelectors: [InsightSelector]?
  • The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.

    Declaration

    Swift

    public let trailARN: String?
  • Undocumented

    Declaration

    Swift

    public init(insightSelectors: [InsightSelector]? = nil, trailARN: String? = nil)