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)


7544
7545
7546
# File 'sig/types.rbs', line 7544

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7545
7546
7547
# File 'sig/types.rbs', line 7545

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7546
7547
7548
# File 'sig/types.rbs', line 7546

def name
  @name
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


7547
7548
7549
# File 'sig/types.rbs', line 7547

def region
  @region
end