Class: Aws::Types::JourneysResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneysResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item ⇒ ::Array[Types::JourneyResponse]
Returns the value of attribute item.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#item ⇒ ::Array[Types::JourneyResponse]
Returns the value of attribute item.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def item @item end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def next_token @next_token end |