Class: Aws::Types::ApiGatewayProxyConfig
- Inherits:
-
Object
- Object
- Aws::Types::ApiGatewayProxyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_gateway_id ⇒ ::String
Returns the value of attribute api_gateway_id.
-
#endpoint_type ⇒ "REGIONAL", "PRIVATE"
Returns the value of attribute endpoint_type.
-
#nlb_arn ⇒ ::String
Returns the value of attribute nlb_arn.
-
#nlb_name ⇒ ::String
Returns the value of attribute nlb_name.
-
#proxy_url ⇒ ::String
Returns the value of attribute proxy_url.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
-
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
Instance Attribute Details
#api_gateway_id ⇒ ::String
Returns the value of attribute api_gateway_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def api_gateway_id @api_gateway_id end |
#endpoint_type ⇒ "REGIONAL", "PRIVATE"
Returns the value of attribute endpoint_type.
18 19 20 |
# File 'sig/types.rbs', line 18 def endpoint_type @endpoint_type end |
#nlb_arn ⇒ ::String
Returns the value of attribute nlb_arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def nlb_arn @nlb_arn end |
#nlb_name ⇒ ::String
Returns the value of attribute nlb_name.
20 21 22 |
# File 'sig/types.rbs', line 20 def nlb_name @nlb_name end |
#proxy_url ⇒ ::String
Returns the value of attribute proxy_url.
21 22 23 |
# File 'sig/types.rbs', line 21 def proxy_url @proxy_url end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
22 23 24 |
# File 'sig/types.rbs', line 22 def stage_name @stage_name end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def vpc_link_id @vpc_link_id end |