Class: Aws::Rekognition::Types::DeleteDatasetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The ARN of the Amazon Rekognition Custom Labels dataset that you want to delete.

Returns:

  • (String)


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