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.
5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5649 class ListTagsForResourceResult < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |