Class: Aws::CloudFront::Types::StreamingDistributionList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StreamingDistributionList
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A streaming distribution list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
A flag that indicates whether more streaming distributions remain to be listed.
-
#items ⇒ Array<Types::StreamingDistributionSummary>
A complex type that contains one
StreamingDistributionSummary
element for each distribution that was created by the current Amazon Web Services account. -
#marker ⇒ String
The value you provided for the
Marker
request parameter. -
#max_items ⇒ Integer
The value you provided for the
MaxItems
request parameter. -
#next_marker ⇒ String
If
IsTruncated
istrue
, this element is present and contains the value you can use for theMarker
request parameter to continue listing your RTMP distributions where they left off. -
#quantity ⇒ Integer
The number of streaming distributions that were created by the current Amazon Web Services account.
Instance Attribute Details
#is_truncated ⇒ Boolean
A flag that indicates whether more streaming distributions remain to
be listed. If your results were truncated, you can make a follow-up
pagination request using the Marker
request parameter to retrieve
more distributions in the list.
11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11590 class StreamingDistributionList < Struct.new( :marker, :next_marker, :max_items, :is_truncated, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::StreamingDistributionSummary>
A complex type that contains one StreamingDistributionSummary
element for each distribution that was created by the current Amazon
Web Services account.
11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11590 class StreamingDistributionList < Struct.new( :marker, :next_marker, :max_items, :is_truncated, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The value you provided for the Marker
request parameter.
11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11590 class StreamingDistributionList < Struct.new( :marker, :next_marker, :max_items, :is_truncated, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The value you provided for the MaxItems
request parameter.
11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11590 class StreamingDistributionList < Struct.new( :marker, :next_marker, :max_items, :is_truncated, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If IsTruncated
is true
, this element is present and contains the
value you can use for the Marker
request parameter to continue
listing your RTMP distributions where they left off.
11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11590 class StreamingDistributionList < Struct.new( :marker, :next_marker, :max_items, :is_truncated, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of streaming distributions that were created by the current Amazon Web Services account.
11590 11591 11592 11593 11594 11595 11596 11597 11598 11599 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11590 class StreamingDistributionList < Struct.new( :marker, :next_marker, :max_items, :is_truncated, :quantity, :items) SENSITIVE = [] include Aws::Structure end |