Class: Aws::Types::ApiGatewayProxySummary
- Inherits:
-
Object
- Object
- Aws::Types::ApiGatewayProxySummary
- 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.
34 35 36 |
# File 'sig/types.rbs', line 34 def api_gateway_id @api_gateway_id end |
#endpoint_type ⇒ "REGIONAL", "PRIVATE"
Returns the value of attribute endpoint_type.
35 36 37 |
# File 'sig/types.rbs', line 35 def endpoint_type @endpoint_type end |
#nlb_arn ⇒ ::String
Returns the value of attribute nlb_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def nlb_arn @nlb_arn end |
#nlb_name ⇒ ::String
Returns the value of attribute nlb_name.
37 38 39 |
# File 'sig/types.rbs', line 37 def nlb_name @nlb_name end |
#proxy_url ⇒ ::String
Returns the value of attribute proxy_url.
38 39 40 |
# File 'sig/types.rbs', line 38 def proxy_url @proxy_url end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def stage_name @stage_name end |
#vpc_link_id ⇒ ::String
Returns the value of attribute vpc_link_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def vpc_link_id @vpc_link_id end |