Class: Aws::Rekognition::Types::DeleteDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteDatasetRequest
- Defined in:
- gems/aws-sdk-rekognition/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.
1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1217 class DeleteDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |