Class: Aws::Types::UpdateMethodResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMethodResponseRequest
- 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.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def http_method @http_method end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def patch_operations @patch_operations end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def status_code @status_code end |