Class: Aws::CleanRoomsML::Types::DeleteTrainingDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteTrainingDatasetRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that you want to delete.
Instance Attribute Details
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that you want to delete.
1830 1831 1832 1833 1834 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1830 class DeleteTrainingDatasetRequest < Struct.new( :training_dataset_arn) SENSITIVE = [] include Aws::Structure end |