Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
-
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#initial_state ⇒ Types::DeploymentState
Returns the value of attribute initial_state.
-
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
-
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#target_resource_created_at ⇒ ::Time
Returns the value of attribute target_resource_created_at.
-
#target_resource_type ⇒ "ENVIRONMENT", ...
Returns the value of attribute target_resource_type.
-
#target_state ⇒ Types::DeploymentState
Returns the value of attribute target_state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def arn @arn end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
471 472 473 |
# File 'sig/types.rbs', line 471 def completed_at @completed_at end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def component_name @component_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
473 474 475 |
# File 'sig/types.rbs', line 473 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
474 475 476 |
# File 'sig/types.rbs', line 474 def deployment_status @deployment_status end |
#deployment_status_message ⇒ ::String
Returns the value of attribute deployment_status_message.
475 476 477 |
# File 'sig/types.rbs', line 475 def end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
476 477 478 |
# File 'sig/types.rbs', line 476 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
477 478 479 |
# File 'sig/types.rbs', line 477 def id @id end |
#initial_state ⇒ Types::DeploymentState
Returns the value of attribute initial_state.
478 479 480 |
# File 'sig/types.rbs', line 478 def initial_state @initial_state end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
480 481 482 |
# File 'sig/types.rbs', line 480 def last_modified_at @last_modified_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
481 482 483 |
# File 'sig/types.rbs', line 481 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
482 483 484 |
# File 'sig/types.rbs', line 482 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
483 484 485 |
# File 'sig/types.rbs', line 483 def service_name @service_name end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def target_arn @target_arn end |
#target_resource_created_at ⇒ ::Time
Returns the value of attribute target_resource_created_at.
485 486 487 |
# File 'sig/types.rbs', line 485 def target_resource_created_at @target_resource_created_at end |
#target_resource_type ⇒ "ENVIRONMENT", ...
Returns the value of attribute target_resource_type.
486 487 488 |
# File 'sig/types.rbs', line 486 def target_resource_type @target_resource_type end |
#target_state ⇒ Types::DeploymentState
Returns the value of attribute target_state.
487 488 489 |
# File 'sig/types.rbs', line 487 def target_state @target_state end |