Class: Aws::MediaTailor::Types::ListSourceLocationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::ListSourceLocationsResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Lists the source locations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SourceLocation>
A list of source locations.
-
#next_token ⇒ String
Pagination token from the list request.
Instance Attribute Details
#items ⇒ Array<Types::SourceLocation>
A list of source locations.
2578 2579 2580 2581 2582 2583 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2578 class ListSourceLocationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token from the list request. Use the token to fetch the next page of results.
2578 2579 2580 2581 2582 2583 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2578 class ListSourceLocationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |