Class: Aws::ResilienceHub::Types::GroupingResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::GroupingResource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Indicates the resource that will be grouped in the recommended Application Component (AppComponent).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #logical_resource_id  ⇒ Types::LogicalResourceId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the logical identifier of the resource.
 - 
  
    
      #physical_resource_id  ⇒ Types::PhysicalResourceId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the physical identifier of the resource.
 - 
  
    
      #resource_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the resource name.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the resource type.
 - 
  
    
      #source_app_component_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
 
Instance Attribute Details
#logical_resource_id ⇒ Types::LogicalResourceId
Indicates the logical identifier of the resource.
      3324 3325 3326 3327 3328 3329 3330 3331 3332  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3324 class GroupingResource < Struct.new( :logical_resource_id, :physical_resource_id, :resource_name, :resource_type, :source_app_component_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#physical_resource_id ⇒ Types::PhysicalResourceId
Indicates the physical identifier of the resource.
      3324 3325 3326 3327 3328 3329 3330 3331 3332  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3324 class GroupingResource < Struct.new( :logical_resource_id, :physical_resource_id, :resource_name, :resource_type, :source_app_component_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_name ⇒ String
Indicates the resource name.
      3324 3325 3326 3327 3328 3329 3330 3331 3332  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3324 class GroupingResource < Struct.new( :logical_resource_id, :physical_resource_id, :resource_name, :resource_type, :source_app_component_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
Indicates the resource type.
      3324 3325 3326 3327 3328 3329 3330 3331 3332  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3324 class GroupingResource < Struct.new( :logical_resource_id, :physical_resource_id, :resource_name, :resource_type, :source_app_component_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#source_app_component_ids ⇒ Array<String>
Indicates the identifier of the source AppComponents in which the resources were previously grouped into.
      3324 3325 3326 3327 3328 3329 3330 3331 3332  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 3324 class GroupingResource < Struct.new( :logical_resource_id, :physical_resource_id, :resource_name, :resource_type, :source_app_component_ids) SENSITIVE = [] include Aws::Structure end  |