Class: Aws::Types::Method
- Inherits:
-
Object
- Object
- Aws::Types::Method
- 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.
-
#method_integration ⇒ Types::Integration
Returns the value of attribute method_integration.
-
#method_responses ⇒ ::Hash[::String, Types::MethodResponse]
Returns the value of attribute method_responses.
-
#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.
Instance Attribute Details
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
967 968 969 |
# File 'sig/types.rbs', line 967 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
974 975 976 |
# File 'sig/types.rbs', line 974 def end |
#authorization_type ⇒ ::String
Returns the value of attribute authorization_type.
965 966 967 |
# File 'sig/types.rbs', line 965 def end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
966 967 968 |
# File 'sig/types.rbs', line 966 def end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
964 965 966 |
# File 'sig/types.rbs', line 964 def http_method @http_method end |
#method_integration ⇒ Types::Integration
Returns the value of attribute method_integration.
973 974 975 |
# File 'sig/types.rbs', line 973 def method_integration @method_integration end |
#method_responses ⇒ ::Hash[::String, Types::MethodResponse]
Returns the value of attribute method_responses.
972 973 974 |
# File 'sig/types.rbs', line 972 def method_responses @method_responses end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
969 970 971 |
# File 'sig/types.rbs', line 969 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
971 972 973 |
# File 'sig/types.rbs', line 971 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, bool]
Returns the value of attribute request_parameters.
970 971 972 |
# File 'sig/types.rbs', line 970 def request_parameters @request_parameters end |
#request_validator_id ⇒ ::String
Returns the value of attribute request_validator_id.
968 969 970 |
# File 'sig/types.rbs', line 968 def request_validator_id @request_validator_id end |