Class: Aws::Types::UpdateIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationRequest
- 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.
Instance Attribute Details
#http_method ⇒ ::String
Returns the value of attribute http_method.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def http_method @http_method end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def patch_operations @patch_operations end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def rest_api_id @rest_api_id end |