Class: Aws::Rekognition::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to describe.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to describe.
1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1759 class DescribeDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |