Class: Aws::Types::ListJourneysRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJourneysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def application_id @application_id end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def page_size @page_size end |
#token ⇒ ::String
Returns the value of attribute token.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def token @token end |