Class: Aws::Imagebuilder::Types::GetDistributionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetDistributionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
Instance Attribute Details
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that you want to retrieve.
2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2737 class GetDistributionConfigurationRequest < Struct.new( :distribution_configuration_arn) SENSITIVE = [] include Aws::Structure end |