Class: Aws::Types::ApiGatewayProxyInput
- Inherits:
-
Object
- Object
- Aws::Types::ApiGatewayProxyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_type ⇒ "REGIONAL", "PRIVATE"
Returns the value of attribute endpoint_type.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#endpoint_type ⇒ "REGIONAL", "PRIVATE"
Returns the value of attribute endpoint_type.
28 29 30 |
# File 'sig/types.rbs', line 28 def endpoint_type @endpoint_type end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
29 30 31 |
# File 'sig/types.rbs', line 29 def stage_name @stage_name end |