Class: Aws::ConfigService::Types::DeleteResourceConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DeleteResourceConfigRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifier of the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the resource.
 
Instance Attribute Details
#resource_id ⇒ String
Unique identifier of the resource.
      2218 2219 2220 2221 2222 2223  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2218 class DeleteResourceConfigRequest < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of the resource.
      2218 2219 2220 2221 2222 2223  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2218 class DeleteResourceConfigRequest < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end  |