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.
1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1607 class DeleteDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |