Class: Aws::Imagebuilder::Types::DeleteInfrastructureConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteInfrastructureConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#infrastructure_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
2208 2209 2210 2211 2212 2213 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2208 class DeleteInfrastructureConfigurationResponse < Struct.new( :request_id, :infrastructure_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2208 2209 2210 2211 2212 2213 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2208 class DeleteInfrastructureConfigurationResponse < Struct.new( :request_id, :infrastructure_configuration_arn) SENSITIVE = [] include Aws::Structure end |