Table of Contents

Class GetBucketTaggingResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Returns information about the GetBucketTagging response and response metadata.

public class GetBucketTaggingResponse : AmazonWebServiceResponse
Inheritance
GetBucketTaggingResponse

Constructors

GetBucketTaggingResponse()

public GetBucketTaggingResponse()

Properties

TagSet

The collection of tags.

public List<Tag> TagSet { get; set; }

Property Value

List<Tag>