Class: Aws::SMS::Types::GetAppLaunchConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)


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_launchBoolean

Indicates whether the application is configured to launch automatically after replication is complete.

Returns:

  • (Boolean)


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_nameString

The name of the service role in the customer’s account that CloudFormation uses to launch the application.

Returns:

  • (String)


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_configurationsArray<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