Class: Aws::ResilienceHub::Types::GroupingAppComponent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::GroupingAppComponent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Creates a new recommended Application Component (AppComponent).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_component_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the identifier of an AppComponent.
 - 
  
    
      #app_component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the name of an AppComponent.
 - 
  
    
      #app_component_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the type of an AppComponent.
 
Instance Attribute Details
#app_component_id ⇒ String
Indicates the identifier of an AppComponent.
      3230 3231 3232 3233 3234 3235 3236  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3230 class GroupingAppComponent < Struct.new( :app_component_id, :app_component_name, :app_component_type) SENSITIVE = [] include Aws::Structure end  | 
  
#app_component_name ⇒ String
Indicates the name of an AppComponent.
      3230 3231 3232 3233 3234 3235 3236  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3230 class GroupingAppComponent < Struct.new( :app_component_id, :app_component_name, :app_component_type) SENSITIVE = [] include Aws::Structure end  | 
  
#app_component_type ⇒ String
Indicates the type of an AppComponent.
      3230 3231 3232 3233 3234 3235 3236  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3230 class GroupingAppComponent < Struct.new( :app_component_id, :app_component_name, :app_component_type) SENSITIVE = [] include Aws::Structure end  |