GetTagValuesInput

public struct GetTagValuesInput : AWSShape
extension ResourceGroupsTaggingAPI.GetTagValuesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The key for which you want to list all existing values in the specified Region for the AWS account.

    Declaration

    Swift

    public let key: String
  • A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

    Declaration

    Swift

    public let paginationToken: String?
  • Undocumented

    Declaration

    Swift

    public init(key: String, paginationToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws