Class: Aws::NetworkFirewall::Types::DeleteProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteProxyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#nat_gateway_id ⇒ String
The NAT Gateway the Proxy was attached to.
-
#proxy_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy.
-
#proxy_name ⇒ String
The descriptive name of the proxy.
Instance Attribute Details
#nat_gateway_id ⇒ String
The NAT Gateway the Proxy was attached to.
2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2043 class DeleteProxyResponse < Struct.new( :nat_gateway_id, :proxy_name, :proxy_arn) SENSITIVE = [] include Aws::Structure end |
#proxy_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy.
2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2043 class DeleteProxyResponse < Struct.new( :nat_gateway_id, :proxy_name, :proxy_arn) SENSITIVE = [] include Aws::Structure end |
#proxy_name ⇒ String
The descriptive name of the proxy. You can’t change the name of a proxy after you create it.
2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2043 class DeleteProxyResponse < Struct.new( :nat_gateway_id, :proxy_name, :proxy_arn) SENSITIVE = [] include Aws::Structure end |