Class: Aws::MediaTailor::Types::ListVodSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListVodSourcesResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::VodSource>
Lists the VOD sources.
-
#next_token ⇒ String
Pagination token returned by the list request when results exceed the maximum allowed.
Instance Attribute Details
#items ⇒ Array<Types::VodSource>
Lists the VOD sources.
2747 2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2747 class ListVodSourcesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
2747 2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2747 class ListVodSourcesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |