Class: Aws::Types::ListPrefetchSchedulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPrefetchSchedulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::PrefetchSchedule]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::PrefetchSchedule]
Returns the value of attribute items.
795 796 797 |
# File 'sig/types.rbs', line 795 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
796 797 798 |
# File 'sig/types.rbs', line 796 def next_token @next_token end |