Class: Aws::Types::DeleteIntegrationTablePropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2465
2466
2467
# File 'sig/types.rbs', line 2465

def resource_arn
  @resource_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2466
2467
2468
# File 'sig/types.rbs', line 2466

def table_name
  @table_name
end