Class: Aws::ElasticLoadBalancing::Types::TagKeyOnly
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::TagKeyOnly
- Defined in:
- gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb
Overview
The key of a tag.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the key.
Instance Attribute Details
#key ⇒ String
The name of the key.
1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1923 class TagKeyOnly < Struct.new( :key) SENSITIVE = [] include Aws::Structure end |