Parent
public struct Parent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier (ID) of the parent entity. The regex pattern for a parent ID string requires one of the following: Root: A string that begins with “r-” followed by from 4 to 32 lower-case letters or digits. Organizational unit (OU): A string that begins with “ou-” followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second “-” dash and from 8 to 32 additional lower-case letters or digits.
Declaration
Swift
public let id: String? -
The type of the parent entity.
Declaration
Swift
public let type: ParentType? -
Undocumented
Declaration
Swift
public init(id: String? = nil, type: ParentType? = nil)
View on GitHub
Parent Structure Reference