Class: Aws::RecycleBin::Types::ResourceTag

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

Overview

Information about the resource tags used to identify resources that are retained by the retention rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_tag_keyString

The tag key.

Returns:

  • (String)


499
500
501
502
503
504
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 499

class ResourceTag < Struct.new(
  :resource_tag_key,
  :resource_tag_value)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tag_valueString

The tag value.

Returns:

  • (String)


499
500
501
502
503
504
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 499

class ResourceTag < Struct.new(
  :resource_tag_key,
  :resource_tag_value)
  SENSITIVE = []
  include Aws::Structure
end