CreateDirectoryResponse

public struct CreateDirectoryResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the published schema in the Directory. Once a published schema is copied into the directory, it has its own ARN, which is referred to applied schema ARN. For more information, see arns.

    Declaration

    Swift

    public let appliedSchemaArn: String
  • The ARN that is associated with the Directory. For more information, see arns.

    Declaration

    Swift

    public let directoryArn: String
  • The name of the Directory.

    Declaration

    Swift

    public let name: String
  • The root object node of the created directory.

    Declaration

    Swift

    public let objectIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(appliedSchemaArn: String, directoryArn: String, name: String, objectIdentifier: String)