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.
5847 5848 5849 5850 5851 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5847 class GetStreamingDistributionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |