GetTagsResponse
public struct GetTagsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.
Declaration
Swift
public let nextPageToken: String?
-
The number of query results that AWS returns at a time.
Declaration
Swift
public let returnSize: Int
-
The tags that match your request.
Declaration
Swift
public let tags: [String]
-
The total number of query results.
Declaration
Swift
public let totalSize: Int
-
Undocumented
Declaration
Swift
public init(nextPageToken: String? = nil, returnSize: Int, tags: [String], totalSize: Int)