ApplySchemaRequest
public struct ApplySchemaRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns.
Declaration
Swift
public let directoryArn: String
-
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
Declaration
Swift
public let publishedSchemaArn: String
-
Undocumented
Declaration
Swift
public init(directoryArn: String, publishedSchemaArn: String)