Class: Aws::Types::ListUserJourneysRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUserJourneysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
977 978 979 |
# File 'sig/types.rbs', line 977 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
978 979 980 |
# File 'sig/types.rbs', line 978 def next_token @next_token end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
976 977 978 |
# File 'sig/types.rbs', line 976 def system_arn @system_arn end |