Class GetOrganizationalUnitsResult
Inheritance
System.Object
GetOrganizationalUnitsResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Organizations
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetOrganizationalUnitsResult
Fields
View SourceChildrens
List of child organizational units, which have the following attributes:
Declaration
public readonly ImmutableArray<GetOrganizationalUnitsChildrenResult> Childrens
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetOrganizationalUnitsChildrenResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ParentId
Declaration
public readonly string ParentId
Field Value
| Type | Description |
|---|---|
| System.String |