Child

public struct Child : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The unique identifier (ID) of this child entity. The regex pattern for a child ID string requires one of the following: Account: A string that consists of exactly 12 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 contains the OU). 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 this child entity.

    Declaration

    Swift

    public let type: ChildType?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, type: ChildType? = nil)