GetTagKeysOutput

public struct GetTagKeysOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.

    Declaration

    Swift

    public let paginationToken: String?
  • A list of all tag keys in the AWS account.

    Declaration

    Swift

    public let tagKeys: [String]?
  • Undocumented

    Declaration

    Swift

    public init(paginationToken: String? = nil, tagKeys: [String]? = nil)