Class: Aws::Athena::Types::GetTableMetadataInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_nameString

The name of the data catalog that contains the database and table metadata to return.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
1880
1881
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1874

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

#database_nameString

The name of the database that contains the table metadata to return.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
1880
1881
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1874

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

#table_nameString

The name of the table for which metadata is returned.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
1880
1881
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1874

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

#work_groupString

The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.

Returns:

  • (String)


1874
1875
1876
1877
1878
1879
1880
1881
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1874

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