Class GetBucketTaggingResponse
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; }