Class: Aws::Types::GetIntentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIntentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
480 481 482 |
# File 'sig/types.rbs', line 480 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
481 482 483 |
# File 'sig/types.rbs', line 481 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
479 480 481 |
# File 'sig/types.rbs', line 479 def next_token @next_token end |