GetInsightSelectorsResponse class

Constructors

GetInsightSelectorsResponse({List<InsightSelector>? insightSelectors, String? trailARN})
GetInsightSelectorsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
insightSelectors List<InsightSelector>?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailARN String?
The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited