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.
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.
7146 7147 7148 7149 7150 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7146 class GetStreamingDistributionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |