Class: Aws::Types::GetIntegrationTablePropertiesRequest

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)


3706
3707
3708
# File 'sig/types.rbs', line 3706

def resource_arn
  @resource_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3707
3708
3709
# File 'sig/types.rbs', line 3707

def table_name
  @table_name
end