Class: Aws::Imagebuilder::Types::DeleteInfrastructureConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteInfrastructureConfigurationResponse
- Defined in:
- gems/aws-sdk-imagebuilder/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.
2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2062 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.
2062 2063 2064 2065 2066 2067 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2062 class DeleteInfrastructureConfigurationResponse < Struct.new( :request_id, :infrastructure_configuration_arn) SENSITIVE = [] include Aws::Structure end |