Class: Aws::Types::UpdateProxySettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxySettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#proxy_settings ⇒ Types::ProxySettings
Returns the value of attribute proxy_settings.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def firewall_name @firewall_name end |
#proxy_settings ⇒ Types::ProxySettings
Returns the value of attribute proxy_settings.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def proxy_settings @proxy_settings end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def update_token @update_token end |