Class: Aws::CleanRooms::Types::GlueTableReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GlueTableReference
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
A reference to a table within an Glue data catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database the Glue table belongs to.
-
#table_name ⇒ String
The name of the Glue table.
Instance Attribute Details
#database_name ⇒ String
The name of the database the Glue table belongs to.
4117 4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4117 class GlueTableReference < Struct.new( :table_name, :database_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the Glue table.
4117 4118 4119 4120 4121 4122 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4117 class GlueTableReference < Struct.new( :table_name, :database_name) SENSITIVE = [] include Aws::Structure end |