Class: Aws::Types::DeleteProxyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProxyRequest
- 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.
433 434 435 |
# File 'sig/types.rbs', line 433 def nat_gateway_id @nat_gateway_id end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
435 436 437 |
# File 'sig/types.rbs', line 435 def proxy_arn @proxy_arn end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
434 435 436 |
# File 'sig/types.rbs', line 434 def proxy_name @proxy_name end |