TagListMessage

public struct TagListMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of tags returned by the ListTagsForResource operation.

    Declaration

    Swift

    public let tagList: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(tagList: [Tag]? = nil)