PolicyTargetSummary class
Contains information about a root, OU, or account that a policy is attached to.
Constructors
- PolicyTargetSummary({String? arn, String? name, String? targetId, TargetType? type})
-
PolicyTargetSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the policy target.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The friendly name of the policy target.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetId → String?
-
The unique identifier (ID) of the policy target.
final
- type → TargetType?
-
The type of the policy target.
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