Class: Aws::CleanRoomsML::Types::GetTrainingDatasetRequest

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 are interested in.

Returns:

  • (String)


1136
1137
1138
1139
1140
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1136

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