Class: Aws::Types::SendMessageUsageInfo
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageUsageInfo
- 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.
-
#total_tokens ⇒ ::Integer
Returns the value of attribute total_tokens.
Instance Attribute Details
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def input_tokens @input_tokens end |
#output_tokens ⇒ ::Integer
Returns the value of attribute output_tokens.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def output_tokens @output_tokens end |
#total_tokens ⇒ ::Integer
Returns the value of attribute total_tokens.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def total_tokens @total_tokens end |