Class: Aws::Types::DeploymentInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_deployment_status_info::String

Returns the value of attribute additional_deployment_status_info.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def additional_deployment_status_info
  @additional_deployment_status_info
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def application_name
  @application_name
end

#auto_rollback_configurationTypes::AutoRollbackConfiguration

Returns the value of attribute auto_rollback_configuration.



397
398
399
# File 'sig/types.rbs', line 397

def auto_rollback_configuration
  @auto_rollback_configuration
end

#blue_green_deployment_configurationTypes::BlueGreenDeploymentConfiguration

Returns the value of attribute blue_green_deployment_configuration.



403
404
405
# File 'sig/types.rbs', line 403

def blue_green_deployment_configuration
  @blue_green_deployment_configuration
end

#complete_time::Time

Returns the value of attribute complete_time.

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def complete_time
  @complete_time
end

#compute_platform"Server", ...

Returns the value of attribute compute_platform.

Returns:

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


408
409
410
# File 'sig/types.rbs', line 408

def compute_platform
  @compute_platform
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


390
391
392
# File 'sig/types.rbs', line 390

def create_time
  @create_time
end

#creator"user", ...

Returns the value of attribute creator.

Returns:

  • ("user", "autoscaling", "codeDeployRollback", "CodeDeploy", "CodeDeployAutoUpdate", "CloudFormation", "CloudFormationRollback", "autoscalingTermination")


395
396
397
# File 'sig/types.rbs', line 395

def creator
  @creator
end

#deployment_config_name::String

Returns the value of attribute deployment_config_name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def deployment_config_name
  @deployment_config_name
end

#deployment_group_name::String

Returns the value of attribute deployment_group_name.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def deployment_group_name
  @deployment_group_name
end

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def deployment_id
  @deployment_id
end

#deployment_overviewTypes::DeploymentOverview

Returns the value of attribute deployment_overview.



393
394
395
# File 'sig/types.rbs', line 393

def deployment_overview
  @deployment_overview
end

#deployment_status_messages::Array[::String]

Returns the value of attribute deployment_status_messages.

Returns:

  • (::Array[::String])


407
408
409
# File 'sig/types.rbs', line 407

def deployment_status_messages
  @deployment_status_messages
end

#deployment_styleTypes::DeploymentStyle

Returns the value of attribute deployment_style.



400
401
402
# File 'sig/types.rbs', line 400

def deployment_style
  @deployment_style
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def description
  @description
end

#error_informationTypes::ErrorInformation

Returns the value of attribute error_information.



389
390
391
# File 'sig/types.rbs', line 389

def error_information
  @error_information
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def external_id
  @external_id
end

#file_exists_behavior"DISALLOW", ...

Returns the value of attribute file_exists_behavior.

Returns:

  • ("DISALLOW", "OVERWRITE", "RETAIN")


406
407
408
# File 'sig/types.rbs', line 406

def file_exists_behavior
  @file_exists_behavior
end

#ignore_application_stop_failuresBoolean

Returns the value of attribute ignore_application_stop_failures.

Returns:

  • (Boolean)


396
397
398
# File 'sig/types.rbs', line 396

def ignore_application_stop_failures
  @ignore_application_stop_failures
end

#instance_termination_wait_time_startedBoolean

Returns the value of attribute instance_termination_wait_time_started.

Returns:

  • (Boolean)


402
403
404
# File 'sig/types.rbs', line 402

def instance_termination_wait_time_started
  @instance_termination_wait_time_started
end

#load_balancer_infoTypes::LoadBalancerInfo

Returns the value of attribute load_balancer_info.



404
405
406
# File 'sig/types.rbs', line 404

def load_balancer_info
  @load_balancer_info
end

#override_alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute override_alarm_configuration.



411
412
413
# File 'sig/types.rbs', line 411

def override_alarm_configuration
  @override_alarm_configuration
end

#previous_revisionTypes::RevisionLocation

Returns the value of attribute previous_revision.



386
387
388
# File 'sig/types.rbs', line 386

def previous_revision
  @previous_revision
end

Returns the value of attribute related_deployments.



410
411
412
# File 'sig/types.rbs', line 410

def related_deployments
  @related_deployments
end

#revisionTypes::RevisionLocation

Returns the value of attribute revision.



387
388
389
# File 'sig/types.rbs', line 387

def revision
  @revision
end

#rollback_infoTypes::RollbackInfo

Returns the value of attribute rollback_info.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def rollback_info
  @rollback_info
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


391
392
393
# File 'sig/types.rbs', line 391

def start_time
  @start_time
end

#status"Created", ...

Returns the value of attribute status.

Returns:

  • ("Created", "Queued", "InProgress", "Baking", "Succeeded", "Failed", "Stopped", "Ready")


388
389
390
# File 'sig/types.rbs', line 388

def status
  @status
end

#target_instancesTypes::TargetInstances

Returns the value of attribute target_instances.



401
402
403
# File 'sig/types.rbs', line 401

def target_instances
  @target_instances
end

#update_outdated_instances_onlyBoolean

Returns the value of attribute update_outdated_instances_only.

Returns:

  • (Boolean)


398
399
400
# File 'sig/types.rbs', line 398

def update_outdated_instances_only
  @update_outdated_instances_only
end