Class: Aws::ConfigService::Types::DeleteResourceConfigRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::DeleteResourceConfigRequest
 
- Defined in:
- gems/aws-sdk-configservice/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.
| 2537 2538 2539 2540 2541 2542 | # File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2537 class DeleteResourceConfigRequest < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of the resource.
| 2537 2538 2539 2540 2541 2542 | # File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2537 class DeleteResourceConfigRequest < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |