Class: Aws::EC2::Types::RequestIpamResourceTag

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

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.

Returns:

  • (String)


56258
56259
56260
56261
56262
56263
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56258

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

#valueString

The value for the tag.

Returns:

  • (String)


56258
56259
56260
56261
56262
56263
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56258

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