Class: Aws::Types::DeleteIntegrationTablePropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIntegrationTablePropertiesRequest
- 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.
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.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def table_name @table_name end |