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.
8256 8257 8258 8259 8260 8261 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8256 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.
8256 8257 8258 8259 8260 8261 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8256 class ListStreamingDistributionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |