Class: Aws::MediaTailor::Types::ListPrefetchSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListPrefetchSchedulesResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
The list of prefetch schedules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::PrefetchSchedule>
Lists the prefetch schedules.
-
#next_token ⇒ String
The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
Instance Attribute Details
#items ⇒ Array<Types::PrefetchSchedule>
Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.
2535 2536 2537 2538 2539 2540 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2535 class ListPrefetchSchedulesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
2535 2536 2537 2538 2539 2540 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2535 class ListPrefetchSchedulesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |