Class: Aws::Types::ListZonalShiftsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListZonalShiftsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ZonalShiftSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ZonalShiftSummary]
Returns the value of attribute items.
158 159 160 |
# File 'sig/types.rbs', line 158 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
159 160 161 |
# File 'sig/types.rbs', line 159 def next_token @next_token end |