Class: Aws::EC2::Types::IpamPublicAddressTag

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

A tag for a public IP address discovered by IPAM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag’s key.

Returns:

  • (String)


42958
42959
42960
42961
42962
42963
# File 'lib/aws-sdk-ec2/types.rb', line 42958

class IpamPublicAddressTag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The tag’s value.

Returns:

  • (String)


42958
42959
42960
42961
42962
42963
# File 'lib/aws-sdk-ec2/types.rb', line 42958

class IpamPublicAddressTag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end