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

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

Overview

The key of a tag.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the key.

Returns:

  • (String)


1923
1924
1925
1926
1927
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1923

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