OBJECT
AwsNativeHierarchyObjectCommon
Description
Common hierarchy object definition for AWS native objects.
link GraphQL Schema definition
- type AwsNativeHierarchyObjectCommon {
- # The object ID.
- : UUID!
- # The object name.
- : String!
- # The object type.
- : HierarchyObjectTypeEnum!
- }