Class: Aws::Types::GetBuiltinSlotTypesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBuiltinSlotTypesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale ⇒ "de-DE", ...
Returns the value of attribute locale.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#signature_contains ⇒ ::String
Returns the value of attribute signature_contains.
Instance Attribute Details
#locale ⇒ "de-DE", ...
Returns the value of attribute locale.
389 390 391 |
# File 'sig/types.rbs', line 389 def locale @locale end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
392 393 394 |
# File 'sig/types.rbs', line 392 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
391 392 393 |
# File 'sig/types.rbs', line 391 def next_token @next_token end |
#signature_contains ⇒ ::String
Returns the value of attribute signature_contains.
390 391 392 |
# File 'sig/types.rbs', line 390 def signature_contains @signature_contains end |