Class: Aws::ResilienceHub::Types::CreateAppResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::CreateAppResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app  ⇒ Types::App 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The created application returned as an object with details including compliance status, creation time, description, resiliency score, and more.
 
Instance Attribute Details
#app ⇒ Types::App
The created application returned as an object with details including compliance status, creation time, description, resiliency score, and more.
      1367 1368 1369 1370 1371  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 1367 class CreateAppResponse < Struct.new( :app) SENSITIVE = [] include Aws::Structure end  |