Class: Aws::Types::GetTableMetadataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_name::String

Returns the value of attribute catalog_name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def catalog_name
  @catalog_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def database_name
  @database_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def table_name
  @table_name
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def work_group
  @work_group
end