Class: Aws::Types::CreateDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
-
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
-
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
-
#deployment_mode ⇒ "STANDARD", "RESTART"
Returns the value of attribute deployment_mode.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#file_exists_behavior ⇒ "DISALLOW", ...
Returns the value of attribute file_exists_behavior.
-
#ignore_application_stop_failures ⇒ Boolean
Returns the value of attribute ignore_application_stop_failures.
-
#override_alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute override_alarm_configuration.
-
#revision ⇒ Types::RevisionLocation
Returns the value of attribute revision.
-
#target_instances ⇒ Types::TargetInstances
Returns the value of attribute target_instances.
-
#update_outdated_instances_only ⇒ Boolean
Returns the value of attribute update_outdated_instances_only.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def application_name @application_name end |
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
252 253 254 |
# File 'sig/types.rbs', line 252 def auto_rollback_configuration @auto_rollback_configuration end |
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def deployment_config_name @deployment_config_name end |
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def deployment_group_name @deployment_group_name end |
#deployment_mode ⇒ "STANDARD", "RESTART"
Returns the value of attribute deployment_mode.
255 256 257 |
# File 'sig/types.rbs', line 255 def deployment_mode @deployment_mode end |
#description ⇒ ::String
Returns the value of attribute description.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#file_exists_behavior ⇒ "DISALLOW", ...
Returns the value of attribute file_exists_behavior.
254 255 256 |
# File 'sig/types.rbs', line 254 def file_exists_behavior @file_exists_behavior end |
#ignore_application_stop_failures ⇒ Boolean
Returns the value of attribute ignore_application_stop_failures.
250 251 252 |
# File 'sig/types.rbs', line 250 def ignore_application_stop_failures @ignore_application_stop_failures end |
#override_alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute override_alarm_configuration.
256 257 258 |
# File 'sig/types.rbs', line 256 def override_alarm_configuration @override_alarm_configuration end |
#revision ⇒ Types::RevisionLocation
Returns the value of attribute revision.
247 248 249 |
# File 'sig/types.rbs', line 247 def revision @revision end |
#target_instances ⇒ Types::TargetInstances
Returns the value of attribute target_instances.
251 252 253 |
# File 'sig/types.rbs', line 251 def target_instances @target_instances end |
#update_outdated_instances_only ⇒ Boolean
Returns the value of attribute update_outdated_instances_only.
253 254 255 |
# File 'sig/types.rbs', line 253 def update_outdated_instances_only @update_outdated_instances_only end |