Class: Aws::Rekognition::Types::CreateCollectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateCollectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Instance Attribute Summary collapse
-
#collection_arn ⇒ String
Amazon Resource Name (ARN) of the collection.
-
#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.
339 340 341 342 343 |
# File 'lib/aws-sdk-rekognition/types.rb', line 339 class CreateCollectionResponse < Struct.new( :status_code, :collection_arn) include Aws::Structure end |
#status_code ⇒ Integer
HTTP status code indicating the result of the operation.
339 340 341 342 343 |
# File 'lib/aws-sdk-rekognition/types.rb', line 339 class CreateCollectionResponse < Struct.new( :status_code, :collection_arn) include Aws::Structure end |