Class: Aws::CleanRooms::Types::AthenaTableReference

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

Overview

A reference to a table within Athena.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The database name.

Returns:

  • (String)


638
639
640
641
642
643
644
645
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 638

class AthenaTableReference < Struct.new(
  :work_group,
  :output_location,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationString

The output location for the Athena table.

Returns:

  • (String)


638
639
640
641
642
643
644
645
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 638

class AthenaTableReference < Struct.new(
  :work_group,
  :output_location,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The table reference.

Returns:

  • (String)


638
639
640
641
642
643
644
645
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 638

class AthenaTableReference < Struct.new(
  :work_group,
  :output_location,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The workgroup of the Athena table reference.

Returns:

  • (String)


638
639
640
641
642
643
644
645
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 638

class AthenaTableReference < Struct.new(
  :work_group,
  :output_location,
  :database_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end