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 ‘Marker` request parameter.
-
#max_items ⇒ Integer
The value that you provided for the ‘MaxItems` request parameter.
Instance Attribute Details
#marker ⇒ String
The value that you provided for the ‘Marker` request parameter.
7416 7417 7418 7419 7420 7421 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7416 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.
7416 7417 7418 7419 7420 7421 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7416 class ListStreamingDistributionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |