Module: Aws::APIGateway::Client::_GetMethodResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Method]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_key_required ⇒ Boolean
- #authorization_scopes ⇒ ::Array[::String]
- #authorization_type ⇒ ::String
- #authorizer_id ⇒ ::String
- #http_method ⇒ ::String
- #method_integration ⇒ Types::Integration
- #method_responses ⇒ ::Hash[::String, Types::MethodResponse]
- #operation_name ⇒ ::String
- #request_models ⇒ ::Hash[::String, ::String]
- #request_parameters ⇒ ::Hash[::String, bool]
- #request_validator_id ⇒ ::String
Instance Method Details
#api_key_required ⇒ Boolean
1051 |
# File 'sig/client.rbs', line 1051
def api_key_required: () -> bool
|
#authorization_scopes ⇒ ::Array[::String]
1058 |
# File 'sig/client.rbs', line 1058
def authorization_scopes: () -> ::Array[::String]
|
#authorization_type ⇒ ::String
1049 |
# File 'sig/client.rbs', line 1049
def authorization_type: () -> ::String
|
#authorizer_id ⇒ ::String
1050 |
# File 'sig/client.rbs', line 1050
def authorizer_id: () -> ::String
|
#http_method ⇒ ::String
1048 |
# File 'sig/client.rbs', line 1048
def http_method: () -> ::String
|
#method_integration ⇒ Types::Integration
1057 |
# File 'sig/client.rbs', line 1057
def method_integration: () -> Types::Integration
|
#method_responses ⇒ ::Hash[::String, Types::MethodResponse]
1056 |
# File 'sig/client.rbs', line 1056
def method_responses: () -> ::Hash[::String, Types::MethodResponse]
|
#operation_name ⇒ ::String
1053 |
# File 'sig/client.rbs', line 1053
def operation_name: () -> ::String
|
#request_models ⇒ ::Hash[::String, ::String]
1055 |
# File 'sig/client.rbs', line 1055
def request_models: () -> ::Hash[::String, ::String]
|
#request_parameters ⇒ ::Hash[::String, bool]
1054 |
# File 'sig/client.rbs', line 1054
def request_parameters: () -> ::Hash[::String, bool]
|
#request_validator_id ⇒ ::String
1052 |
# File 'sig/client.rbs', line 1052
def request_validator_id: () -> ::String
|