ListBillingGroupsResponse
public struct ListBillingGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of billing groups.
Declaration
Swift
public let billingGroups: [GroupNameAndArn]?
-
The token used to get the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(billingGroups: [GroupNameAndArn]? = nil, nextToken: String? = nil)