Class: Aws::EC2::Types::CustomTagKeyValueResponsePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CustomTagKeyValueResponsePair
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a tag key-value pair for an application status check association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the tag.
-
#value ⇒ String
The value of the tag.
Instance Attribute Details
#key ⇒ String
The key of the tag.
19095 19096 19097 19098 19099 19100 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19095 class CustomTagKeyValueResponsePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the tag.
19095 19096 19097 19098 19099 19100 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19095 class CustomTagKeyValueResponsePair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |