Total

public struct Total : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The total usage.

    Declaration

    Swift

    public let amount: String?
  • The currency unit that the amount is given in.

    Declaration

    Swift

    public let unit: String?
  • Undocumented

    Declaration

    Swift

    public init(amount: String? = nil, unit: String? = nil)