ApplySchemaResponse

public struct ApplySchemaResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. 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?
  • Undocumented

    Declaration

    Swift

    public init(appliedSchemaArn: String? = nil, directoryArn: String? = nil)