GetSnowballUsageResult

public struct GetSnowballUsageResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

    Declaration

    Swift

    public let snowballLimit: Int?
  • The number of Snowballs that this account is currently using.

    Declaration

    Swift

    public let snowballsInUse: Int?
  • Undocumented

    Declaration

    Swift

    public init(snowballLimit: Int? = nil, snowballsInUse: Int? = nil)