Class: Aws::Types::DeleteTableRequest

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)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def name
  @name
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def transaction_id
  @transaction_id
end