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)


3725
3726
3727
# File 'sig/types.rbs', line 3725

def resource_arn
  @resource_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3726
3727
3728
# File 'sig/types.rbs', line 3726

def table_name
  @table_name
end