Class: Aws::Types::GetIntegrationTablePropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationTablePropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
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.
3707 3708 3709 |
# File 'sig/types.rbs', line 3707 def table_name @table_name end |