Class: Aws::ElasticLoadBalancing::Types::TagKeyOnly

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Note:

When making an API call, you may pass TagKeyOnly data as a hash:

{
  key: "TagKey",
}

The key of a tag.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the key.

Returns:

  • (String)


2158
2159
2160
2161
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 2158

class TagKeyOnly < Struct.new(
  :key)
  include Aws::Structure
end