Class: Aws::CloudFront::Types::GetStreamingDistributionRequest

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

Overview

Note:

When making an API call, you may pass GetStreamingDistributionRequest data as a hash:

{
  id: "string", # required
}

The request to get a streaming distribution’s information.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The streaming distribution’s ID.

Returns:

  • (String)


4554
4555
4556
4557
# File 'lib/aws-sdk-cloudfront/types.rb', line 4554

class GetStreamingDistributionRequest < Struct.new(
  :id)
  include Aws::Structure
end