Class: Aws::Types::GetSnowballUsageResult
- Inherits:
-
Object
- Object
- Aws::Types::GetSnowballUsageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snowball_limit ⇒ ::Integer
Returns the value of attribute snowball_limit.
-
#snowballs_in_use ⇒ ::Integer
Returns the value of attribute snowballs_in_use.
Instance Attribute Details
#snowball_limit ⇒ ::Integer
Returns the value of attribute snowball_limit.
298 299 300 |
# File 'sig/types.rbs', line 298 def snowball_limit @snowball_limit end |
#snowballs_in_use ⇒ ::Integer
Returns the value of attribute snowballs_in_use.
299 300 301 |
# File 'sig/types.rbs', line 299 def snowballs_in_use @snowballs_in_use end |