Class: Aws::Types::UpdateProxySettingsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def firewall_name
  @firewall_name
end

#proxy_settingsTypes::ProxySettings

Returns the value of attribute proxy_settings.



2018
2019
2020
# File 'sig/types.rbs', line 2018

def proxy_settings
  @proxy_settings
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


2017
2018
2019
# File 'sig/types.rbs', line 2017

def update_token
  @update_token
end