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.
2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2047 class DeleteTrainingDatasetRequest < Struct.new( :training_dataset_arn) SENSITIVE = [] include Aws::Structure end |