DescribeTagsResponse

public struct DescribeTagsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the request included a Marker, the response returns that value in this field.

    Declaration

    Swift

    public let marker: String?
  • If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker as the value of the Marker parameter in your next request to retrieve the next set of tags.

    Declaration

    Swift

    public let nextMarker: String?
  • Returns tags associated with the file system as an array of Tag objects.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, nextMarker: String? = nil, tags: [Tag])