Class: Aws::NetworkFirewall::Types::ProxyMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of a proxy.

Returns:

  • (String)


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

#nameString

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

Returns:

  • (String)


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