Class: Aws::Types::GetGatewayResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetGatewayResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#response_type ⇒ "DEFAULT_4XX", ...
Returns the value of attribute response_type.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#response_type ⇒ "DEFAULT_4XX", ...
Returns the value of attribute response_type.
720 721 722 |
# File 'sig/types.rbs', line 720 def response_type @response_type end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
719 720 721 |
# File 'sig/types.rbs', line 719 def rest_api_id @rest_api_id end |