Class: Aws::Types::CountTokensInput
- Inherits:
-
Object
- Object
- Aws::Types::CountTokensInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Converse, InvokeModel, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#converse ⇒ Types::ConverseTokensRequest
Returns the value of attribute converse.
-
#invoke_model ⇒ Types::InvokeModelTokensRequest
Returns the value of attribute invoke_model.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#converse ⇒ Types::ConverseTokensRequest
Returns the value of attribute converse.
425 426 427 |
# File 'sig/types.rbs', line 425 def converse @converse end |
#invoke_model ⇒ Types::InvokeModelTokensRequest
Returns the value of attribute invoke_model.
424 425 426 |
# File 'sig/types.rbs', line 424 def invoke_model @invoke_model end |
#unknown ⇒ Object
Returns the value of attribute unknown.
426 427 428 |
# File 'sig/types.rbs', line 426 def unknown @unknown end |