TargetSummary class

Information about the targets specified for a notification rule.

Constructors

TargetSummary({String? targetAddress, TargetStatus? targetStatus, String? targetType})
TargetSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetAddress String?
The Amazon Resource Name (ARN) of the SNS topic.
final
targetStatus TargetStatus?
The status of the target.
final
targetType String?
The type of the target (for example, SNS).
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