Class: Aws::NetworkFirewall::Types::DeleteProxyConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteProxyConfigurationResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proxy_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy configuration.
-
#proxy_configuration_name ⇒ String
The descriptive name of the proxy configuration.
Instance Attribute Details
#proxy_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy configuration.
2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2260 class DeleteProxyConfigurationResponse < Struct.new( :proxy_configuration_name, :proxy_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#proxy_configuration_name ⇒ String
The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.
2260 2261 2262 2263 2264 2265 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2260 class DeleteProxyConfigurationResponse < Struct.new( :proxy_configuration_name, :proxy_configuration_arn) SENSITIVE = [] include Aws::Structure end |