Class: Aws::Types::DeploymentGroupInfo

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.



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.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def application_name
  @application_name
end

#auto_rollback_configurationTypes::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.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def auto_scaling_groups
  @auto_scaling_groups
end

#blue_green_deployment_configurationTypes::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.

Returns:

  • ("Server", "Lambda", "ECS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def deployment_group_name
  @deployment_group_name
end

#deployment_styleTypes::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.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def ec2_tag_filters
  @ec2_tag_filters
end

#ec2_tag_setTypes::EC2TagSet

Returns the value of attribute ec2_tag_set.

Returns:



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.

Returns:



367
368
369
# File 'sig/types.rbs', line 367

def ecs_services
  @ecs_services
end

#last_attempted_deploymentTypes::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_deploymentTypes::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_infoTypes::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.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

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.



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.

Returns:

  • ("UPDATE", "IGNORE")


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.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def service_role_arn
  @service_role_arn
end

#target_revisionTypes::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_enabledBoolean

Returns the value of attribute termination_hook_enabled.

Returns:

  • (Boolean)


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.

Returns:



355
356
357
# File 'sig/types.rbs', line 355

def trigger_configurations
  @trigger_configurations
end