AggregationAuthorization class
An object that represents the authorizations granted to aggregator accounts and regions.
Constructors
- AggregationAuthorization({String? aggregationAuthorizationArn, String? authorizedAccountId, String? authorizedAwsRegion, DateTime? creationTime})
-
AggregationAuthorization.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aggregationAuthorizationArn → String?
-
The Amazon Resource Name (ARN) of the aggregation object.
final
-
The 12-digit account ID of the account authorized to aggregate data.
final
-
The region authorized to collect aggregated data.
final
- creationTime → DateTime?
-
The time stamp when the aggregation authorization was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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