UsageByAccount
public struct UsageByAccount : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let currency: Currency? -
Undocumented
Declaration
Swift
public let estimatedCost: String? -
Undocumented
Declaration
Swift
public let serviceLimit: ServiceLimit? -
Undocumented
Declaration
Swift
public let type: UsageType? -
Undocumented
Declaration
Swift
public init(currency: Currency? = nil, estimatedCost: String? = nil, serviceLimit: ServiceLimit? = nil, type: UsageType? = nil)
View on GitHub
UsageByAccount Structure Reference