Class: Aws::CloudFront::Types::GetStreamingDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetStreamingDistributionRequest
- 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
-
#id ⇒ String
The streaming distribution’s ID.
Instance Attribute Details
#id ⇒ String
The streaming distribution’s ID.
4835 4836 4837 4838 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4835 class GetStreamingDistributionRequest < Struct.new( :id) include Aws::Structure end |