Class: Aws::Snowball::Types::GetSnowballUsageResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snowball_limitInteger

The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).

Returns:

  • (Integer)


1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1234

class GetSnowballUsageResult < Struct.new(
  :snowball_limit,
  :snowballs_in_use)
  SENSITIVE = []
  include Aws::Structure
end

#snowballs_in_useInteger

The number of Snow devices that this account is currently using.

Returns:

  • (Integer)


1234
1235
1236
1237
1238
1239
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1234

class GetSnowballUsageResult < Struct.new(
  :snowball_limit,
  :snowballs_in_use)
  SENSITIVE = []
  include Aws::Structure
end