Class: Aws::CloudFront::Types::GetDistributionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetDistributionConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The request to get a distribution configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The distribution’s ID.
Instance Attribute Details
#id ⇒ String
The distribution’s ID. If the ID is empty, an empty distribution configuration is returned.
5166 5167 5168 5169 5170 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5166 class GetDistributionConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |