class Aws::Rekognition::Types::CreateCollectionRequest

@note When making an API call, you may pass CreateCollectionRequest

data as a hash:

    {
      collection_id: "CollectionId", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] collection_id

ID for the collection that you are creating.
@return [String]

@!attribute [rw] tags

A set of tags (key-value pairs) that you want to attach to the
collection.
@return [Hash<String,String>]

Constants

SENSITIVE