Class: Aws::EC2::Types::CustomTagKeyValueResponsePair

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#key ⇒ String

The key of the tag.

Returns:

  • (String)


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.

Returns:

  • (String)


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