Class: Aws::Types::DeleteIntegrationResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIntegrationResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#http_method ⇒ ::String
Returns the value of attribute http_method.
366 367 368 |
# File 'sig/types.rbs', line 366 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
365 366 367 |
# File 'sig/types.rbs', line 365 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
367 368 369 |
# File 'sig/types.rbs', line 367 def status_code @status_code end |