Class: Aws::EC2::Types::RequestIpamResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RequestIpamResourceTag
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
A tag on an IPAM resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of a tag assigned to the resource.
-
#value ⇒ String
The value for the tag.
Instance Attribute Details
#key ⇒ String
The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
61230 61231 61232 61233 61234 61235 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61230 class RequestIpamResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the tag.
61230 61231 61232 61233 61234 61235 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61230 class RequestIpamResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |