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.
8267 8268 8269 8270 8271 8272 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8267 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.
8267 8268 8269 8270 8271 8272 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8267 class ListStreamingDistributionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |