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)


43114
43115
43116
43117
43118
43119
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43114

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

#valueString

The tag's value.

Returns:

  • (String)


43114
43115
43116
43117
43118
43119
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43114

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