Class: Aws::Types::UpdateIntegrationResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
-
#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.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def http_method @http_method end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def patch_operations @patch_operations end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def status_code @status_code end |