UsageAccountResult

public struct UsageAccountResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Account ID that generated usage.

    Declaration

    Swift

    public let accountId: String?
  • Represents the total of usage for the Account ID.

    Declaration

    Swift

    public let total: Total?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, total: Total? = nil)