Class: Aws::S3Control::Types::ListTagsForResourceResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The Amazon Web Services resource tags that are associated with the resource.

Returns:



5184
5185
5186
5187
5188
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5184

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