Class: Aws::ResilienceHub::Types::ResourceDrift
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::ResourceDrift
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Indicates the resources that have drifted in the current application version.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the application whose resources have drifted.
 - 
  
    
      #app_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of the application whose resources have drifted.
 - 
  
    
      #diff_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates if the resource was added or removed.
 - 
  
    
      #reference_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reference identifier of the resource drift.
 - 
  
    
      #resource_identifier  ⇒ Types::ResourceIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the drifted resource.
 
Instance Attribute Details
#app_arn ⇒ String
Amazon Resource Name (ARN) of the application whose resources have drifted. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
      5810 5811 5812 5813 5814 5815 5816 5817 5818  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5810 class ResourceDrift < Struct.new( :app_arn, :app_version, :diff_type, :reference_id, :resource_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#app_version ⇒ String
Version of the application whose resources have drifted.
      5810 5811 5812 5813 5814 5815 5816 5817 5818  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5810 class ResourceDrift < Struct.new( :app_arn, :app_version, :diff_type, :reference_id, :resource_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#diff_type ⇒ String
Indicates if the resource was added or removed.
      5810 5811 5812 5813 5814 5815 5816 5817 5818  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5810 class ResourceDrift < Struct.new( :app_arn, :app_version, :diff_type, :reference_id, :resource_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#reference_id ⇒ String
Reference identifier of the resource drift.
      5810 5811 5812 5813 5814 5815 5816 5817 5818  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5810 class ResourceDrift < Struct.new( :app_arn, :app_version, :diff_type, :reference_id, :resource_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_identifier ⇒ Types::ResourceIdentifier
Identifier of the drifted resource.
      5810 5811 5812 5813 5814 5815 5816 5817 5818  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 5810 class ResourceDrift < Struct.new( :app_arn, :app_version, :diff_type, :reference_id, :resource_identifier) SENSITIVE = [] include Aws::Structure end  |