Class: Aws::CloudFront::Types::ListStreamingDistributionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListStreamingDistributionsRequest
- 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
-
#marker ⇒ String
The value that you provided for the
Markerrequest parameter. -
#max_items ⇒ Integer
The value that you provided for the
MaxItemsrequest parameter.
Instance Attribute Details
#marker ⇒ String
The value that you provided for the Marker request parameter.
10662 10663 10664 10665 10666 10667 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10662 class ListStreamingDistributionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The value that you provided for the MaxItems request parameter.
10662 10663 10664 10665 10666 10667 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10662 class ListStreamingDistributionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |