Class: Aws::Types::TokenUsage
- Inherits:
-
Object
- Object
- Aws::Types::TokenUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_details ⇒ ::Array[Types::CacheDetail]
Returns the value of attribute cache_details.
-
#cache_read_input_tokens ⇒ ::Integer
Returns the value of attribute cache_read_input_tokens.
-
#cache_write_input_tokens ⇒ ::Integer
Returns the value of attribute cache_write_input_tokens.
-
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
-
#output_tokens ⇒ ::Integer
Returns the value of attribute output_tokens.
-
#total_tokens ⇒ ::Integer
Returns the value of attribute total_tokens.
Instance Attribute Details
#cache_details ⇒ ::Array[Types::CacheDetail]
Returns the value of attribute cache_details.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def cache_details @cache_details end |
#cache_read_input_tokens ⇒ ::Integer
Returns the value of attribute cache_read_input_tokens.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def cache_read_input_tokens @cache_read_input_tokens end |
#cache_write_input_tokens ⇒ ::Integer
Returns the value of attribute cache_write_input_tokens.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def cache_write_input_tokens @cache_write_input_tokens end |
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def input_tokens @input_tokens end |
#output_tokens ⇒ ::Integer
Returns the value of attribute output_tokens.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def output_tokens @output_tokens end |
#total_tokens ⇒ ::Integer
Returns the value of attribute total_tokens.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def total_tokens @total_tokens end |