AwsOrganizationalUnit class
An Organizational Unit (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
- AwsOrganizationalUnit({String? id, String? name})
- AwsOrganizationalUnit.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier (ID) associated with this OU.
getter/setter pair
- name ↔ String?
-
The friendly name of the OU.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited