Class: Aws::CleanRoomsML::Types::GlueDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GlueDataSource
- 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
-
#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.
3306 3307 3308 3309 3310 3311 3312 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3306 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.
3306 3307 3308 3309 3310 3311 3312 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3306 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.
3306 3307 3308 3309 3310 3311 3312 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3306 class GlueDataSource < Struct.new( :table_name, :database_name, :catalog_id) SENSITIVE = [] include Aws::Structure end |