Class: Aws::NetworkFirewall::Types::DeleteProxyConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proxy_configuration_arnString

The Amazon Resource Name (ARN) of a proxy configuration.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1994

class DeleteProxyConfigurationResponse < Struct.new(
  :proxy_configuration_name,
  :proxy_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_configuration_nameString

The descriptive name of the proxy configuration. You can’t change the name of a proxy configuration after you create it.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1994

class DeleteProxyConfigurationResponse < Struct.new(
  :proxy_configuration_name,
  :proxy_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end