Class: Aws::MediaPackageV2::Types::ListOriginEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListOriginEndpointsResponse
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::OriginEndpointListConfiguration>
The objects being returned.
-
#next_token ⇒ String
The pagination token from the GET list request.
Instance Attribute Details
#items ⇒ Array<Types::OriginEndpointListConfiguration>
The objects being returned.
2063 2064 2065 2066 2067 2068 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2063 class ListOriginEndpointsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the GET list request. Use the token to fetch the next page of results.
2063 2064 2065 2066 2067 2068 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2063 class ListOriginEndpointsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |