Class: Aws::MediaPackage::Types::OriginEndpointList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::OriginEndpointList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A collection of OriginEndpoint records.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
-
#origin_endpoints ⇒ Array<Types::OriginEndpoint>
A list of OriginEndpoint records.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
1931 1932 1933 1934 1935 1936 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1931 class OriginEndpointList < Struct.new( :next_token, :origin_endpoints) SENSITIVE = [] include Aws::Structure end |
#origin_endpoints ⇒ Array<Types::OriginEndpoint>
A list of OriginEndpoint records.
1931 1932 1933 1934 1935 1936 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1931 class OriginEndpointList < Struct.new( :next_token, :origin_endpoints) SENSITIVE = [] include Aws::Structure end |