Class: Aws::Types::TableIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


7512
7513
7514
# File 'sig/types.rbs', line 7512

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7513
7514
7515
# File 'sig/types.rbs', line 7513

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7514
7515
7516
# File 'sig/types.rbs', line 7514

def name
  @name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


7515
7516
7517
# File 'sig/types.rbs', line 7515

def region
  @region
end