Class: Aws::Athena::Types::ListTableMetadataInput

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 for which table metadata should be returned.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2719

class ListTableMetadataInput < Struct.new(
  :catalog_name,
  :database_name,
  :expression,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database for which table metadata should be returned.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2719

class ListTableMetadataInput < Struct.new(
  :catalog_name,
  :database_name,
  :expression,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#expressionString

A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2719

class ListTableMetadataInput < Struct.new(
  :catalog_name,
  :database_name,
  :expression,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of results to return.

Returns:

  • (Integer)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2719

class ListTableMetadataInput < Struct.new(
  :catalog_name,
  :database_name,
  :expression,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2719

class ListTableMetadataInput < Struct.new(
  :catalog_name,
  :database_name,
  :expression,
  :next_token,
  :max_results,
  :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)


2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2719

class ListTableMetadataInput < Struct.new(
  :catalog_name,
  :database_name,
  :expression,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end