CancelSchemaExtensionRequest
public struct CancelSchemaExtensionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the directory whose schema extension will be canceled.
Declaration
Swift
public let directoryId: String
-
The identifier of the schema extension that will be canceled.
Declaration
Swift
public let schemaExtensionId: String
-
Undocumented
Declaration
Swift
public init(directoryId: String, schemaExtensionId: String)
-
Declaration
Swift
public func validate(name: String) throws