Class: Aws::Rekognition::Types::DeleteCollectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idString

ID of the collection to delete.

Returns:

  • (String)


1196
1197
1198
1199
1200
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1196

class DeleteCollectionRequest < Struct.new(
  :collection_id)
  SENSITIVE = []
  include Aws::Structure
end