Class: Aws::Types::Usage
- Inherits:
-
Object
- Object
- Aws::Types::Usage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
-
#output_tokens ⇒ ::Integer
Returns the value of attribute output_tokens.
Instance Attribute Details
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def input_tokens @input_tokens end |
#output_tokens ⇒ ::Integer
Returns the value of attribute output_tokens.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def output_tokens @output_tokens end |