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)


43056
43057
43058
43059
43060
43061
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43056

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

#valueString

The tag's value.

Returns:

  • (String)


43056
43057
43058
43059
43060
43061
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43056

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