ResourceDataSyncOrganizationalUnit class

The AWS Organizations organizational unit data source for the sync.

Constructors

ResourceDataSyncOrganizationalUnit({String? organizationalUnitId})
ResourceDataSyncOrganizationalUnit.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
organizationalUnitId String?
The AWS Organization unit ID data source for the sync.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited