Class: Aws::Types::UpdateRequestValidatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRequestValidatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
-
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def patch_operations @patch_operations end |
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def request_validator_id @request_validator_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def rest_api_id @rest_api_id end |