Class: Aws::Rekognition::Types::CreateCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CreateCollectionRequest
- Includes:
- Structure
- Defined in:
- 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.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-rekognition/types.rb', line 858 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.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-rekognition/types.rb', line 858 class CreateCollectionRequest < Struct.new( :collection_id, :tags) SENSITIVE = [] include Aws::Structure end |