Class: Aws::Types::ListBuiltInSlotTypesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBuiltInSlotTypesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::BuiltInSlotTypeSortBy
Returns the value of attribute sort_by.
Instance Attribute Details
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def locale_id @locale_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def next_token @next_token end |
#sort_by ⇒ Types::BuiltInSlotTypeSortBy
Returns the value of attribute sort_by.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def sort_by @sort_by end |