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