Class: Aws::SMS::Types::GetAppLaunchConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GetAppLaunchConfigurationResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the application.
 - 
  
    
      #auto_launch  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the application is configured to launch automatically after replication is complete.
 - 
  
    
      #role_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the service role in the customer’s account that CloudFormation uses to launch the application.
 - 
  
    
      #server_group_launch_configurations  ⇒ Array<Types::ServerGroupLaunchConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch configurations for server groups in this application.
 
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
      589 590 591 592 593 594 595 596  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 589 class GetAppLaunchConfigurationResponse < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#auto_launch ⇒ Boolean
Indicates whether the application is configured to launch automatically after replication is complete.
      589 590 591 592 593 594 595 596  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 589 class GetAppLaunchConfigurationResponse < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#role_name ⇒ String
The name of the service role in the customer’s account that CloudFormation uses to launch the application.
      589 590 591 592 593 594 595 596  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 589 class GetAppLaunchConfigurationResponse < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end  | 
  
#server_group_launch_configurations ⇒ Array<Types::ServerGroupLaunchConfiguration>
The launch configurations for server groups in this application.
      589 590 591 592 593 594 595 596  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 589 class GetAppLaunchConfigurationResponse < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end  |