Principal class

Describes a principal for use with AWS Resource Access Manager.

Constructors

Principal({DateTime? creationTime, bool? external, String? id, DateTime? lastUpdatedTime, String? resourceShareArn})
Principal.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The time when the principal was associated with the resource share.
final
external bool?
Indicates whether the principal belongs to the same AWS organization as the AWS account that owns the resource share.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the principal.
final
lastUpdatedTime DateTime?
The time when the association was last updated.
final
resourceShareArn String?
The Amazon Resource Name (ARN) of the resource share.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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