ListCostCategoryDefinitionsRequest

public struct ListCostCategoryDefinitionsRequest : AWSShape
extension CostExplorer.ListCostCategoryDefinitionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date when the Cost Category was effective.

    Declaration

    Swift

    public let effectiveOn: String?
  • The number of entries a paginated response contains.

    Declaration

    Swift

    public let maxResults: Int?
  • 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(effectiveOn: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws