Class: Aws::Rekognition::Types::CreateCollectionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Rekognition::Types::CreateCollectionResponse
 
- Defined in:
- gems/aws-sdk-rekognition/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.
| 917 918 919 920 921 922 923 | # File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 917 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.
| 917 918 919 920 921 922 923 | # File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 917 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.
| 917 918 919 920 921 922 923 | # File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 917 class CreateCollectionResponse < Struct.new( :status_code, :collection_arn, :face_model_version) SENSITIVE = [] include Aws::Structure end |