DeleteFacetRequest
public struct DeleteFacetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the facet to delete.
Declaration
Swift
public let name: String
-
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
Declaration
Swift
public let schemaArn: String
-
Undocumented
Declaration
Swift
public init(name: String, schemaArn: String)
-
Declaration
Swift
public func validate(name: String) throws