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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


7757
7758
7759
7760
7761
7762
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7757

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)


7757
7758
7759
7760
7761
7762
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7757

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