Class: Aws::Types::DeleteProxyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProxyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
-
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
Instance Attribute Details
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def nat_gateway_id @nat_gateway_id end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
442 443 444 |
# File 'sig/types.rbs', line 442 def proxy_arn @proxy_arn end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
441 442 443 |
# File 'sig/types.rbs', line 441 def proxy_name @proxy_name end |