GetCostAndUsageWithResourcesResponse
public struct GetCostAndUsageWithResourcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The groups that are specified by the Filter or GroupBy parameters in the request.
Declaration
Swift
public let groupDefinitions: [GroupDefinition]?
-
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 time period that is covered by the results in the response.
Declaration
Swift
public let resultsByTime: [ResultByTime]?
-
Undocumented
Declaration
Swift
public init(groupDefinitions: [GroupDefinition]? = nil, nextPageToken: String? = nil, resultsByTime: [ResultByTime]? = nil)