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.
| 2319 2320 2321 2322 2323 2324 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2319 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.
| 2319 2320 2321 2322 2323 2324 | # File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2319 class DeleteInfrastructureConfigurationResponse < Struct.new( :request_id, :infrastructure_configuration_arn) SENSITIVE = [] include Aws::Structure end |