Class: Aws::Athena::Types::GetTableMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetTableMetadataInput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_name ⇒ String
The name of the data catalog that contains the database and table metadata to return.
-
#database_name ⇒ String
The name of the database that contains the table metadata to return.
-
#table_name ⇒ String
The name of the table for which metadata is returned.
-
#work_group ⇒ String
The name of the workgroup for which the metadata is being fetched.
Instance Attribute Details
#catalog_name ⇒ String
The name of the data catalog that contains the database and table metadata to return.
2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2082 class GetTableMetadataInput < Struct.new( :catalog_name, :database_name, :table_name, :work_group) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database that contains the table metadata to return.
2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2082 class GetTableMetadataInput < Struct.new( :catalog_name, :database_name, :table_name, :work_group) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which metadata is returned.
2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2082 class GetTableMetadataInput < Struct.new( :catalog_name, :database_name, :table_name, :work_group) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2082 class GetTableMetadataInput < Struct.new( :catalog_name, :database_name, :table_name, :work_group) SENSITIVE = [] include Aws::Structure end |