Root class

Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. The root contains every AWS account in the organization.

Constructors

Root({String? arn, String? id, String? name, List<PolicyTypeSummary>? policyTypes})
Root.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the root.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier (ID) for the root.
final
name String?
The friendly name of the root.
final
policyTypes List<PolicyTypeSummary>?
The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.
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