Class: Aws::CloudFront::Types::ListStreamingDistributionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The request to list your streaming distributions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The value that you provided for the ‘Marker` request parameter.

Returns:

  • (String)


7423
7424
7425
7426
7427
7428
# File 'lib/aws-sdk-cloudfront/types.rb', line 7423

class ListStreamingDistributionsRequest < Struct.new(
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

The value that you provided for the ‘MaxItems` request parameter.

Returns:

  • (Integer)


7423
7424
7425
7426
7427
7428
# File 'lib/aws-sdk-cloudfront/types.rb', line 7423

class ListStreamingDistributionsRequest < Struct.new(
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end