Class: Aws::Rekognition::Types::DescribeCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeCollectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_id ⇒ String
The ID of the collection to describe.
Instance Attribute Details
#collection_id ⇒ String
The ID of the collection to describe.
1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1711 class DescribeCollectionRequest < Struct.new( :collection_id) SENSITIVE = [] include Aws::Structure end |