Class: Aws::Types::GetSlotTypesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSlotTypesRequest
- 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.
561 562 563 |
# File 'sig/types.rbs', line 561 def max_results @max_results end |
#name_contains ⇒ ::String
Returns the value of attribute name_contains.
562 563 564 |
# File 'sig/types.rbs', line 562 def name_contains @name_contains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
560 561 562 |
# File 'sig/types.rbs', line 560 def next_token @next_token end |