Class: Aws::S3::Types::GetBucketTaggingOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tag_setArray<Types::Tag>

Returns:



2858
2859
2860
2861
# File 'lib/aws-sdk-s3/types.rb', line 2858

class GetBucketTaggingOutput < Struct.new(
  :tag_set)
  include Aws::Structure
end