Class: Aws::Types::DeploymentGroupInfo
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentGroupInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
-
#auto_scaling_groups ⇒ ::Array[Types::AutoScalingGroup]
Returns the value of attribute auto_scaling_groups.
-
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Returns the value of attribute blue_green_deployment_configuration.
-
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
-
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
-
#deployment_group_id ⇒ ::String
Returns the value of attribute deployment_group_id.
-
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
-
#deployment_style ⇒ Types::DeploymentStyle
Returns the value of attribute deployment_style.
-
#ec2_tag_filters ⇒ ::Array[Types::EC2TagFilter]
Returns the value of attribute ec2_tag_filters.
-
#ec2_tag_set ⇒ Types::EC2TagSet
Returns the value of attribute ec2_tag_set.
-
#ecs_services ⇒ ::Array[Types::ECSService]
Returns the value of attribute ecs_services.
-
#last_attempted_deployment ⇒ Types::LastDeploymentInfo
Returns the value of attribute last_attempted_deployment.
-
#last_successful_deployment ⇒ Types::LastDeploymentInfo
Returns the value of attribute last_successful_deployment.
-
#load_balancer_info ⇒ Types::LoadBalancerInfo
Returns the value of attribute load_balancer_info.
-
#on_premises_instance_tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute on_premises_instance_tag_filters.
-
#on_premises_tag_set ⇒ Types::OnPremisesTagSet
Returns the value of attribute on_premises_tag_set.
-
#outdated_instances_strategy ⇒ "UPDATE", "IGNORE"
Returns the value of attribute outdated_instances_strategy.
-
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
-
#target_revision ⇒ Types::RevisionLocation
Returns the value of attribute target_revision.
-
#termination_hook_enabled ⇒ Boolean
Returns the value of attribute termination_hook_enabled.
-
#trigger_configurations ⇒ ::Array[Types::TriggerConfig]
Returns the value of attribute trigger_configurations.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
356 357 358 |
# File 'sig/types.rbs', line 356 def alarm_configuration @alarm_configuration end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
346 347 348 |
# File 'sig/types.rbs', line 346 def application_name @application_name end |
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
357 358 359 |
# File 'sig/types.rbs', line 357 def auto_rollback_configuration @auto_rollback_configuration end |
#auto_scaling_groups ⇒ ::Array[Types::AutoScalingGroup]
Returns the value of attribute auto_scaling_groups.
352 353 354 |
# File 'sig/types.rbs', line 352 def auto_scaling_groups @auto_scaling_groups end |
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Returns the value of attribute blue_green_deployment_configuration.
360 361 362 |
# File 'sig/types.rbs', line 360 def blue_green_deployment_configuration @blue_green_deployment_configuration end |
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
366 367 368 |
# File 'sig/types.rbs', line 366 def compute_platform @compute_platform end |
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
349 350 351 |
# File 'sig/types.rbs', line 349 def deployment_config_name @deployment_config_name end |
#deployment_group_id ⇒ ::String
Returns the value of attribute deployment_group_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def deployment_group_id @deployment_group_id end |
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
348 349 350 |
# File 'sig/types.rbs', line 348 def deployment_group_name @deployment_group_name end |
#deployment_style ⇒ Types::DeploymentStyle
Returns the value of attribute deployment_style.
358 359 360 |
# File 'sig/types.rbs', line 358 def deployment_style @deployment_style end |
#ec2_tag_filters ⇒ ::Array[Types::EC2TagFilter]
Returns the value of attribute ec2_tag_filters.
350 351 352 |
# File 'sig/types.rbs', line 350 def ec2_tag_filters @ec2_tag_filters end |
#ec2_tag_set ⇒ Types::EC2TagSet
Returns the value of attribute ec2_tag_set.
364 365 366 |
# File 'sig/types.rbs', line 364 def ec2_tag_set @ec2_tag_set end |
#ecs_services ⇒ ::Array[Types::ECSService]
Returns the value of attribute ecs_services.
367 368 369 |
# File 'sig/types.rbs', line 367 def ecs_services @ecs_services end |
#last_attempted_deployment ⇒ Types::LastDeploymentInfo
Returns the value of attribute last_attempted_deployment.
363 364 365 |
# File 'sig/types.rbs', line 363 def last_attempted_deployment @last_attempted_deployment end |
#last_successful_deployment ⇒ Types::LastDeploymentInfo
Returns the value of attribute last_successful_deployment.
362 363 364 |
# File 'sig/types.rbs', line 362 def last_successful_deployment @last_successful_deployment end |
#load_balancer_info ⇒ Types::LoadBalancerInfo
Returns the value of attribute load_balancer_info.
361 362 363 |
# File 'sig/types.rbs', line 361 def load_balancer_info @load_balancer_info end |
#on_premises_instance_tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute on_premises_instance_tag_filters.
351 352 353 |
# File 'sig/types.rbs', line 351 def on_premises_instance_tag_filters @on_premises_instance_tag_filters end |
#on_premises_tag_set ⇒ Types::OnPremisesTagSet
Returns the value of attribute on_premises_tag_set.
365 366 367 |
# File 'sig/types.rbs', line 365 def on_premises_tag_set @on_premises_tag_set end |
#outdated_instances_strategy ⇒ "UPDATE", "IGNORE"
Returns the value of attribute outdated_instances_strategy.
359 360 361 |
# File 'sig/types.rbs', line 359 def outdated_instances_strategy @outdated_instances_strategy end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
353 354 355 |
# File 'sig/types.rbs', line 353 def service_role_arn @service_role_arn end |
#target_revision ⇒ Types::RevisionLocation
Returns the value of attribute target_revision.
354 355 356 |
# File 'sig/types.rbs', line 354 def target_revision @target_revision end |
#termination_hook_enabled ⇒ Boolean
Returns the value of attribute termination_hook_enabled.
368 369 370 |
# File 'sig/types.rbs', line 368 def termination_hook_enabled @termination_hook_enabled end |
#trigger_configurations ⇒ ::Array[Types::TriggerConfig]
Returns the value of attribute trigger_configurations.
355 356 357 |
# File 'sig/types.rbs', line 355 def trigger_configurations @trigger_configurations end |