Class: Aws::Imagebuilder::Types::DeleteDistributionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteDistributionConfigurationResponse
- 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 was deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#distribution_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration that was deleted.
2087 2088 2089 2090 2091 2092 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2087 class DeleteDistributionConfigurationResponse < Struct.new( :request_id, :distribution_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2087 2088 2089 2090 2091 2092 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2087 class DeleteDistributionConfigurationResponse < Struct.new( :request_id, :distribution_configuration_arn) SENSITIVE = [] include Aws::Structure end |