Class: Aws::EC2::Types::CustomTagKeyValueRequestPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CustomTagKeyValueRequestPair
- 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 request.
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.
19075 19076 19077 19078 19079 19080 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19075 class CustomTagKeyValueRequestPair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the tag.
19075 19076 19077 19078 19079 19080 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19075 class CustomTagKeyValueRequestPair < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |