GetLabelsResult
public struct GetLabelsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of labels.
Declaration
Swift
public let labels: [Label]?
-
The next page token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(labels: [Label]? = nil, nextToken: String? = nil)