Module: Aws::APIGateway::Client::_PutMethodResponseSuccess
- 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
1560 |
# File 'sig/client.rbs', line 1560
def api_key_required: () -> bool
|
#authorization_scopes ⇒ ::Array[::String]
1567 |
# File 'sig/client.rbs', line 1567
def authorization_scopes: () -> ::Array[::String]
|
#authorization_type ⇒ ::String
1558 |
# File 'sig/client.rbs', line 1558
def authorization_type: () -> ::String
|
#authorizer_id ⇒ ::String
1559 |
# File 'sig/client.rbs', line 1559
def authorizer_id: () -> ::String
|
#http_method ⇒ ::String
1557 |
# File 'sig/client.rbs', line 1557
def http_method: () -> ::String
|
#method_integration ⇒ Types::Integration
1566 |
# File 'sig/client.rbs', line 1566
def method_integration: () -> Types::Integration
|
#method_responses ⇒ ::Hash[::String, Types::MethodResponse]
1565 |
# File 'sig/client.rbs', line 1565
def method_responses: () -> ::Hash[::String, Types::MethodResponse]
|
#operation_name ⇒ ::String
1562 |
# File 'sig/client.rbs', line 1562
def operation_name: () -> ::String
|
#request_models ⇒ ::Hash[::String, ::String]
1564 |
# File 'sig/client.rbs', line 1564
def request_models: () -> ::Hash[::String, ::String]
|
#request_parameters ⇒ ::Hash[::String, bool]
1563 |
# File 'sig/client.rbs', line 1563
def request_parameters: () -> ::Hash[::String, bool]
|
#request_validator_id ⇒ ::String
1561 |
# File 'sig/client.rbs', line 1561
def request_validator_id: () -> ::String
|