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)


56137
56138
56139
56140
56141
56142
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56137

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

#valueString

The value for the tag.

Returns:

  • (String)


56137
56138
56139
56140
56141
56142
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56137

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