Class: Aws::SMS::Types::PutAppLaunchConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::PutAppLaunchConfigurationRequest
- 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 service role in the customer’s account that CloudFormation uses to launch the application.
-
#server_group_launch_configurations ⇒ Array<Types::ServerGroupLaunchConfiguration>
Information about the launch configurations for server groups in the application.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-sms/types.rb', line 1134 class PutAppLaunchConfigurationRequest < 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.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-sms/types.rb', line 1134 class PutAppLaunchConfigurationRequest < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The name of service role in the customer’s account that CloudFormation uses to launch the application.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-sms/types.rb', line 1134 class PutAppLaunchConfigurationRequest < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end |
#server_group_launch_configurations ⇒ Array<Types::ServerGroupLaunchConfiguration>
Information about the launch configurations for server groups in the application.
1134 1135 1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-sms/types.rb', line 1134 class PutAppLaunchConfigurationRequest < Struct.new( :app_id, :role_name, :auto_launch, :server_group_launch_configurations) SENSITIVE = [] include Aws::Structure end |