Table of Contents

Class GetObjectTaggingResponse

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

Returns information about the GetObjectTagging response and response metadata.

public class GetObjectTaggingResponse : AmazonWebServiceResponse
Inheritance
GetObjectTaggingResponse

Constructors

GetObjectTaggingResponse()

public GetObjectTaggingResponse()

Properties

Tagging

Gets or sets tag-set for a given object

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

Property Value

List<Tag>