Class: Aws::CleanRooms::Types::GlueTableReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#database_nameString

The name of the database the Glue table belongs to.

Returns:

  • (String)


5099
5100
5101
5102
5103
5104
5105
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5099

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

#regionString

The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.

Returns:

  • (String)


5099
5100
5101
5102
5103
5104
5105
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5099

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

#table_nameString

The name of the Glue table.

Returns:

  • (String)


5099
5100
5101
5102
5103
5104
5105
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5099

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