Class: Aws::ResilienceHub::Types::CreateAppVersionAppComponentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::CreateAppVersionAppComponentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the Resilience Hub application.
 - 
  
    
      #app_component  ⇒ Types::AppComponent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of Application Components that belong to this resource.
 - 
  
    
      #app_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resilience Hub application version.
 
Instance Attribute Details
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app/`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
      1452 1453 1454 1455 1456 1457 1458  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1452 class CreateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end  | 
  
#app_component ⇒ Types::AppComponent
List of Application Components that belong to this resource.
      1452 1453 1454 1455 1456 1457 1458  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1452 class CreateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end  | 
  
#app_version ⇒ String
Resilience Hub application version.
      1452 1453 1454 1455 1456 1457 1458  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1452 class CreateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end  |