Class: Aws::Types::DeleteIntegrationResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIntegrationResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#integration_response_id ⇒ ::String
Returns the value of attribute integration_response_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
819 820 821 |
# File 'sig/types.rbs', line 819 def api_id @api_id end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
820 821 822 |
# File 'sig/types.rbs', line 820 def integration_id @integration_id end |
#integration_response_id ⇒ ::String
Returns the value of attribute integration_response_id.
821 822 823 |
# File 'sig/types.rbs', line 821 def integration_response_id @integration_response_id end |