Class: Aws::RecycleBin::Types::Tag

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

Overview

Information about the tags to assign to the retention rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The tag key.

Returns:

  • (String)


611
612
613
614
615
616
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 611

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

#valueString

The tag value.

Returns:

  • (String)


611
612
613
614
615
616
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 611

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