Class: Aws::Rekognition::Types::CreateCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateCollectionRequest
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_id ⇒ String
ID for the collection that you are creating.
-
#tags ⇒ Hash<String,String>
A set of tags (key-value pairs) that you want to attach to the collection.
Instance Attribute Details
#collection_id ⇒ String
ID for the collection that you are creating.
679 680 681 682 683 684 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 679 class CreateCollectionRequest < Struct.new( :collection_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of tags (key-value pairs) that you want to attach to the collection.
679 680 681 682 683 684 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 679 class CreateCollectionRequest < Struct.new( :collection_id, :tags) SENSITIVE = [] include Aws::Structure end |