Class: Aws::CleanRoomsML::Types::GlueDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GlueDataSource
- Includes:
- Structure
- Defined in:
- 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
-
#catalog_id ⇒ String
The Glue catalog that contains the training data.
-
#database_name ⇒ String
The Glue database that contains the training data.
-
#table_name ⇒ String
The Glue table that contains the training data.
Instance Attribute Details
#catalog_id ⇒ String
The Glue catalog that contains the training data.
3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3560 class GlueDataSource < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The Glue database that contains the training data.
3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3560 class GlueDataSource < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The Glue table that contains the training data.
3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3560 class GlueDataSource < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |