UpgradeAppliedSchemaResponse
public struct UpgradeAppliedSchemaResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the directory that is returned as part of the response.
Declaration
Swift
public let directoryArn: String?
-
The ARN of the upgraded schema that is returned as part of the response.
Declaration
Swift
public let upgradedSchemaArn: String?
-
Undocumented
Declaration
Swift
public init(directoryArn: String? = nil, upgradedSchemaArn: String? = nil)