Class: Aws::S3Control::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListTagsForResourceResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The Amazon Web Services resource tags that are associated with the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The Amazon Web Services resource tags that are associated with the resource.
5362 5363 5364 5365 5366 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5362 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |