Class: Aws::Rekognition::Types::DeleteCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteCollectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Note:
When making an API call, you may pass DeleteCollectionRequest data as a hash:
{
collection_id: "CollectionId", # required
}
Instance Attribute Summary collapse
-
#collection_id ⇒ String
ID of the collection to delete.
Instance Attribute Details
#collection_id ⇒ String
ID of the collection to delete.
356 357 358 359 |
# File 'lib/aws-sdk-rekognition/types.rb', line 356 class DeleteCollectionRequest < Struct.new( :collection_id) include Aws::Structure end |