Class: Aws::Types::CreateProxyConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_configurationTypes::ProxyConfiguration

Returns the value of attribute proxy_configuration.



250
251
252
# File 'sig/types.rbs', line 250

def proxy_configuration
  @proxy_configuration
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def update_token
  @update_token
end