Class: Aws::IoTEvents::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Metadata that can be used to manage the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag's key.

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2902

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

#valueString

The tag's value.

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2902

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