Class: Aws::Types::PutMethodRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMethodRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
-
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
-
#authorization_type ⇒ ::String
Returns the value of attribute authorization_type.
-
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
-
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
-
#request_parameters ⇒ ::Hash[::String, bool]
Returns the value of attribute request_parameters.
-
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
-
#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
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def end |
#authorization_type ⇒ ::String
Returns the value of attribute authorization_type.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def http_method @http_method end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, bool]
Returns the value of attribute request_parameters.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def request_parameters @request_parameters end |
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def request_validator_id @request_validator_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def rest_api_id @rest_api_id end |