DescribeContributorInsightsOutput class
Constructors
-
DescribeContributorInsightsOutput({List<
String> ? contributorInsightsRuleList, ContributorInsightsStatus? contributorInsightsStatus, FailureException? failureException, String? indexName, DateTime? lastUpdateDateTime, String? tableName}) -
DescribeContributorInsightsOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
contributorInsightsRuleList
→ List<
String> ? -
List of names of the associated Alpine rules.
final
- contributorInsightsStatus → ContributorInsightsStatus?
-
Current Status contributor insights.
final
- failureException → FailureException?
-
Returns information about the last failure that encountered.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexName → String?
-
The name of the global secondary index being described.
final
- lastUpdateDateTime → DateTime?
-
Timestamp of the last time the status was changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableName → String?
-
The name of the table being described.
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