Class: Aws::RecycleBin::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
Information about the tags assigned to the retention rule.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
Information about the tags assigned to the retention rule.
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 |