GetTagValuesOutput
public struct GetTagValuesOutput : 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 values for the specified key in the AWS account.
Declaration
Swift
public let tagValues: [String]?
-
Undocumented
Declaration
Swift
public init(paginationToken: String? = nil, tagValues: [String]? = nil)