ListCostCategoryDefinitionsResponse
public struct ListCostCategoryDefinitionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A reference to a Cost Category containing enough information to identify the Cost Category.
Declaration
Swift
public let costCategoryReferences: [CostCategoryReference]? -
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(costCategoryReferences: [CostCategoryReference]? = nil, nextToken: String? = nil)
View on GitHub
ListCostCategoryDefinitionsResponse Structure Reference