Class: Aws::CloudFront::Types::ListStreamingDistributionsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_distribution_listTypes::StreamingDistributionList

The ‘StreamingDistributionList` type.



5302
5303
5304
5305
# File 'lib/aws-sdk-cloudfront/types.rb', line 5302

class ListStreamingDistributionsResult < Struct.new(
  :streaming_distribution_list)
  include Aws::Structure
end