Class: Aws::Types::DeploymentInfo
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_deployment_status_info ⇒ ::String
Returns the value of attribute additional_deployment_status_info.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
-
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Returns the value of attribute blue_green_deployment_configuration.
-
#complete_time ⇒ ::Time
Returns the value of attribute complete_time.
-
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator ⇒ "user", ...
Returns the value of attribute creator.
-
#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_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_overview ⇒ Types::DeploymentOverview
Returns the value of attribute deployment_overview.
-
#deployment_status_messages ⇒ ::Array[::String]
Returns the value of attribute deployment_status_messages.
-
#deployment_style ⇒ Types::DeploymentStyle
Returns the value of attribute deployment_style.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_information ⇒ Types::ErrorInformation
Returns the value of attribute error_information.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#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.
-
#instance_termination_wait_time_started ⇒ Boolean
Returns the value of attribute instance_termination_wait_time_started.
-
#load_balancer_info ⇒ Types::LoadBalancerInfo
Returns the value of attribute load_balancer_info.
-
#override_alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute override_alarm_configuration.
-
#previous_revision ⇒ Types::RevisionLocation
Returns the value of attribute previous_revision.
-
#related_deployments ⇒ Types::RelatedDeployments
Returns the value of attribute related_deployments.
-
#revision ⇒ Types::RevisionLocation
Returns the value of attribute revision.
-
#rollback_info ⇒ Types::RollbackInfo
Returns the value of attribute rollback_info.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Created", ...
Returns the value of attribute status.
-
#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
#additional_deployment_status_info ⇒ ::String
Returns the value of attribute additional_deployment_status_info.
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.
382 383 384 |
# File 'sig/types.rbs', line 382 def application_name @application_name end |
#auto_rollback_configuration ⇒ Types::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_configuration ⇒ Types::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.
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.
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.
390 391 392 |
# File 'sig/types.rbs', line 390 def create_time @create_time end |
#creator ⇒ "user", ...
Returns the value of attribute creator.
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.
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.
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.
385 386 387 |
# File 'sig/types.rbs', line 385 def deployment_id @deployment_id end |
#deployment_overview ⇒ Types::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.
407 408 409 |
# File 'sig/types.rbs', line 407 def @deployment_status_messages end |
#deployment_style ⇒ Types::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.
394 395 396 |
# File 'sig/types.rbs', line 394 def description @description end |
#error_information ⇒ Types::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.
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.
406 407 408 |
# File 'sig/types.rbs', line 406 def file_exists_behavior @file_exists_behavior end |
#ignore_application_stop_failures ⇒ Boolean
Returns the value of attribute ignore_application_stop_failures.
396 397 398 |
# File 'sig/types.rbs', line 396 def ignore_application_stop_failures @ignore_application_stop_failures end |
#instance_termination_wait_time_started ⇒ Boolean
Returns the value of attribute instance_termination_wait_time_started.
402 403 404 |
# File 'sig/types.rbs', line 402 def instance_termination_wait_time_started @instance_termination_wait_time_started end |
#load_balancer_info ⇒ Types::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_configuration ⇒ Types::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_revision ⇒ Types::RevisionLocation
Returns the value of attribute previous_revision.
386 387 388 |
# File 'sig/types.rbs', line 386 def previous_revision @previous_revision end |
#related_deployments ⇒ Types::RelatedDeployments
Returns the value of attribute related_deployments.
410 411 412 |
# File 'sig/types.rbs', line 410 def @related_deployments end |
#revision ⇒ Types::RevisionLocation
Returns the value of attribute revision.
387 388 389 |
# File 'sig/types.rbs', line 387 def revision @revision end |
#rollback_info ⇒ Types::RollbackInfo
Returns the value of attribute rollback_info.
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.
391 392 393 |
# File 'sig/types.rbs', line 391 def start_time @start_time end |
#status ⇒ "Created", ...
Returns the value of attribute status.
388 389 390 |
# File 'sig/types.rbs', line 388 def status @status end |
#target_instances ⇒ Types::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_only ⇒ Boolean
Returns the value of attribute update_outdated_instances_only.
398 399 400 |
# File 'sig/types.rbs', line 398 def update_outdated_instances_only @update_outdated_instances_only end |