Class: Aws::RecycleBin::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

Information about the tags assigned to the retention rule.

Returns:



360
361
362
363
364
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 360

class ListTagsForResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end