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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


43018
43019
43020
43021
43022
43023
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43018

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

#valueString

The tag's value.

Returns:

  • (String)


43018
43019
43020
43021
43022
43023
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43018

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