Class: Aws::Types::ListTableMetadataInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_name::String

Returns the value of attribute catalog_name.



820
821
822
# File 'sig/types.rbs', line 820

def catalog_name
  @catalog_name
end

#database_name::String

Returns the value of attribute database_name.



821
822
823
# File 'sig/types.rbs', line 821

def database_name
  @database_name
end

#expression::String

Returns the value of attribute expression.



822
823
824
# File 'sig/types.rbs', line 822

def expression
  @expression
end

#max_results::Integer

Returns the value of attribute max_results.



824
825
826
# File 'sig/types.rbs', line 824

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



823
824
825
# File 'sig/types.rbs', line 823

def next_token
  @next_token
end

#work_group::String

Returns the value of attribute work_group.



825
826
827
# File 'sig/types.rbs', line 825

def work_group
  @work_group
end