Class: Aws::CodeConnections::Types::Tag

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

Overview

A tag is a key-value pair that is used to manage the resource.

This tag is available for use by Amazon Web Services services that support tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag's key.

Returns:

  • (String)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1551

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

#valueString

The tag's value.

Returns:

  • (String)


1551
1552
1553
1554
1555
1556
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1551

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