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)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2591
2592
2593
# File 'sig/types.rbs', line 2591

def database_name
  @database_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2592
2593
2594
# File 'sig/types.rbs', line 2592

def name
  @name
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


2593
2594
2595
# File 'sig/types.rbs', line 2593

def transaction_id
  @transaction_id
end