Class: Aws::MediaPackage::Types::OriginEndpointList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

A collection of OriginEndpoint records.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used to resume pagination from the end of the collection.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1931

class OriginEndpointList < Struct.new(
  :next_token,
  :origin_endpoints)
  SENSITIVE = []
  include Aws::Structure
end

#origin_endpointsArray<Types::OriginEndpoint>

A list of OriginEndpoint records.

Returns:



1931
1932
1933
1934
1935
1936
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1931

class OriginEndpointList < Struct.new(
  :next_token,
  :origin_endpoints)
  SENSITIVE = []
  include Aws::Structure
end