Class: Aws::EC2::Types::IpamPublicAddressTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamPublicAddressTag
- 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
-
#key ⇒ String
The tag's key.
-
#value ⇒ String
The tag's value.
Instance Attribute Details
#key ⇒ String
The tag's key.
46462 46463 46464 46465 46466 46467 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46462 class IpamPublicAddressTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag's value.
46462 46463 46464 46465 46466 46467 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46462 class IpamPublicAddressTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |