ListThingsInBillingGroupResponse
public struct ListThingsInBillingGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token used to get the next set of results. Will not be returned if operation has returned all results.
Declaration
Swift
public let nextToken: String?
-
A list of things in the billing group.
Declaration
Swift
public let things: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, things: [String]? = nil)