Class: Aws::CleanRoomsML::Types::GlueDataSource

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

Overview

Defines the Glue data source that contains the training data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Glue catalog that contains the training data.

Returns:

  • (String)


1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1210

class GlueDataSource < Struct.new(
  :catalog_id,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The Glue database that contains the training data.

Returns:

  • (String)


1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1210

class GlueDataSource < Struct.new(
  :catalog_id,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The Glue table that contains the training data.

Returns:

  • (String)


1210
1211
1212
1213
1214
1215
1216
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1210

class GlueDataSource < Struct.new(
  :catalog_id,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end