Class: Aws::ResilienceHub::Types::ResourceIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::ResourceIdentifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Defines a resource identifier for the drifted resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #logical_resource_id  ⇒ Types::LogicalResourceId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Logical identifier of the drifted resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type of the drifted resource.
 
Instance Attribute Details
#logical_resource_id ⇒ Types::LogicalResourceId
Logical identifier of the drifted resource.
      5876 5877 5878 5879 5880 5881  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5876 class ResourceIdentifier < Struct.new( :logical_resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
Type of the drifted resource.
      5876 5877 5878 5879 5880 5881  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5876 class ResourceIdentifier < Struct.new( :logical_resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |