Class: Aws::NetworkFirewall::Types::ProxyMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyMetadata
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
High-level information about a proxy, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a proxy. You can retrieve all objects for a proxy by calling DescribeProxy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of a proxy.
-
#name ⇒ String
The descriptive name of the proxy.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of a proxy.
6004 6005 6006 6007 6008 6009 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6004 class ProxyMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the proxy. You can't change the name of a proxy after you create it.
6004 6005 6006 6007 6008 6009 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6004 class ProxyMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |