Class: Aws::CleanRoomsML::Types::DeleteTrainingDatasetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#training_dataset_arnString

The Amazon Resource Name (ARN) of the training dataset that you want to delete.

Returns:

  • (String)


808
809
810
811
812
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 808

class DeleteTrainingDatasetRequest < Struct.new(
  :training_dataset_arn)
  SENSITIVE = []
  include Aws::Structure
end