GetObjectTaggingOutput

public struct GetObjectTaggingOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains the tag set.

    Declaration

    Swift

    public let tagSet: [Tag]
  • The versionId of the object for which you got the tagging information.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(tagSet: [Tag], versionId: String? = nil)