Class: Aws::S3Control::Types::GetBucketTaggingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetBucketTaggingResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_set ⇒ Array<Types::S3Tag>
The tags set of the Outposts bucket.
Instance Attribute Details
#tag_set ⇒ Array<Types::S3Tag>
The tags set of the Outposts bucket.
2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2175 class GetBucketTaggingResult < Struct.new( :tag_set) SENSITIVE = [] include Aws::Structure end |