Class: Aws::CloudFront::Types::GetStreamingDistributionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetStreamingDistributionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The request to get a streaming distribution’s information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The streaming distribution’s ID.
Instance Attribute Details
#id ⇒ String
The streaming distribution’s ID.
6179 6180 6181 6182 6183 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6179 class GetStreamingDistributionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |