CreateCollectionResponse
public struct CreateCollectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
Declaration
Swift
public let collectionArn: String? -
Version number of the face detection model associated with the collection you are creating.
Declaration
Swift
public let faceModelVersion: String? -
HTTP status code indicating the result of the operation.
Declaration
Swift
public let statusCode: Int? -
Undocumented
Declaration
Swift
public init(collectionArn: String? = nil, faceModelVersion: String? = nil, statusCode: Int? = nil)
View on GitHub
CreateCollectionResponse Structure Reference