Class: Aws::Types::CreateRequestValidatorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRequestValidatorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#validate_request_body ⇒ Boolean
Returns the value of attribute validate_request_body.
-
#validate_request_parameters ⇒ Boolean
Returns the value of attribute validate_request_parameters.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
228 229 230 |
# File 'sig/types.rbs', line 228 def name @name end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def rest_api_id @rest_api_id end |
#validate_request_body ⇒ Boolean
Returns the value of attribute validate_request_body.
229 230 231 |
# File 'sig/types.rbs', line 229 def validate_request_body @validate_request_body end |
#validate_request_parameters ⇒ Boolean
Returns the value of attribute validate_request_parameters.
230 231 232 |
# File 'sig/types.rbs', line 230 def validate_request_parameters @validate_request_parameters end |