Class: Aws::Rekognition::Types::CreateCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_arn ⇒ String
Amazon Resource Name (ARN) of the collection.
-
#face_model_version ⇒ String
Version number of the face detection model associated with the collection you are creating.
-
#status_code ⇒ Integer
HTTP status code indicating the result of the operation.
Instance Attribute Details
#collection_arn ⇒ String
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-rekognition/types.rb', line 879 class CreateCollectionResponse < Struct.new( :status_code, :collection_arn, :face_model_version) SENSITIVE = [] include Aws::Structure end |
#face_model_version ⇒ String
Version number of the face detection model associated with the collection you are creating.
879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-rekognition/types.rb', line 879 class CreateCollectionResponse < Struct.new( :status_code, :collection_arn, :face_model_version) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
HTTP status code indicating the result of the operation.
879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-rekognition/types.rb', line 879 class CreateCollectionResponse < Struct.new( :status_code, :collection_arn, :face_model_version) SENSITIVE = [] include Aws::Structure end |