OrganizationalUnit class

Contains details about an organizational unit (OU). An OU is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.

Constructors

OrganizationalUnit({String? arn, String? id, String? name})
OrganizationalUnit.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of this OU.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier (ID) associated with this OU.
final
name String?
The friendly name of this OU.
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