Class: Aws::Types::UpdateDeploymentGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.



1312
1313
1314
# File 'sig/types.rbs', line 1312

def alarm_configuration
  @alarm_configuration
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def application_name
  @application_name
end

#auto_rollback_configurationTypes::AutoRollbackConfiguration

Returns the value of attribute auto_rollback_configuration.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def auto_rollback_configuration
  @auto_rollback_configuration
end

#auto_scaling_groups::Array[::String]

Returns the value of attribute auto_scaling_groups.

Returns:

  • (::Array[::String])


1309
1310
1311
# File 'sig/types.rbs', line 1309

def auto_scaling_groups
  @auto_scaling_groups
end

#blue_green_deployment_configurationTypes::BlueGreenDeploymentConfiguration

Returns the value of attribute blue_green_deployment_configuration.



1316
1317
1318
# File 'sig/types.rbs', line 1316

def blue_green_deployment_configuration
  @blue_green_deployment_configuration
end

#current_deployment_group_name::String

Returns the value of attribute current_deployment_group_name.

Returns:

  • (::String)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def current_deployment_group_name
  @current_deployment_group_name
end

#deployment_config_name::String

Returns the value of attribute deployment_config_name.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def deployment_config_name
  @deployment_config_name
end

#deployment_styleTypes::DeploymentStyle

Returns the value of attribute deployment_style.



1315
1316
1317
# File 'sig/types.rbs', line 1315

def deployment_style
  @deployment_style
end

#ec2_tag_filters::Array[Types::EC2TagFilter]

Returns the value of attribute ec2_tag_filters.

Returns:



1307
1308
1309
# File 'sig/types.rbs', line 1307

def ec2_tag_filters
  @ec2_tag_filters
end

#ec2_tag_setTypes::EC2TagSet

Returns the value of attribute ec2_tag_set.

Returns:



1318
1319
1320
# File 'sig/types.rbs', line 1318

def ec2_tag_set
  @ec2_tag_set
end

#ecs_services::Array[Types::ECSService]

Returns the value of attribute ecs_services.

Returns:



1319
1320
1321
# File 'sig/types.rbs', line 1319

def ecs_services
  @ecs_services
end

#load_balancer_infoTypes::LoadBalancerInfo

Returns the value of attribute load_balancer_info.



1317
1318
1319
# File 'sig/types.rbs', line 1317

def load_balancer_info
  @load_balancer_info
end

#new_deployment_group_name::String

Returns the value of attribute new_deployment_group_name.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def new_deployment_group_name
  @new_deployment_group_name
end

#on_premises_instance_tag_filters::Array[Types::TagFilter]

Returns the value of attribute on_premises_instance_tag_filters.

Returns:



1308
1309
1310
# File 'sig/types.rbs', line 1308

def on_premises_instance_tag_filters
  @on_premises_instance_tag_filters
end

#on_premises_tag_setTypes::OnPremisesTagSet

Returns the value of attribute on_premises_tag_set.



1320
1321
1322
# File 'sig/types.rbs', line 1320

def on_premises_tag_set
  @on_premises_tag_set
end

#outdated_instances_strategy"UPDATE", "IGNORE"

Returns the value of attribute outdated_instances_strategy.

Returns:

  • ("UPDATE", "IGNORE")


1314
1315
1316
# File 'sig/types.rbs', line 1314

def outdated_instances_strategy
  @outdated_instances_strategy
end

#service_role_arn::String

Returns the value of attribute service_role_arn.

Returns:

  • (::String)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def service_role_arn
  @service_role_arn
end

#termination_hook_enabledBoolean

Returns the value of attribute termination_hook_enabled.

Returns:

  • (Boolean)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def termination_hook_enabled
  @termination_hook_enabled
end

#trigger_configurations::Array[Types::TriggerConfig]

Returns the value of attribute trigger_configurations.

Returns:



1311
1312
1313
# File 'sig/types.rbs', line 1311

def trigger_configurations
  @trigger_configurations
end