Class: Aws::Rekognition::Types::DeleteDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The ARN of the Amazon Rekognition Custom Labels dataset that you want to delete.
Instance Attribute Details
#dataset_arn ⇒ String
The ARN of the Amazon Rekognition Custom Labels dataset that you want to delete.
1563 1564 1565 1566 1567 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1563 class DeleteDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |