You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)

    The ID of the application.

#auto_launchBoolean

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

Returns:

  • (Boolean)

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

#role_nameString

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

Returns:

  • (String)

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

#server_group_launch_configurationsArray<Types::ServerGroupLaunchConfiguration>

The launch configurations for server groups in this application.

Returns: