Class: Aws::Types::DeploymentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentSummary
- 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.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def arn @arn end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
513 514 515 |
# File 'sig/types.rbs', line 513 def completed_at @completed_at end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
514 515 516 |
# File 'sig/types.rbs', line 514 def component_name @component_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
515 516 517 |
# File 'sig/types.rbs', line 515 def created_at @created_at end |
#deployment_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute deployment_status.
516 517 518 |
# File 'sig/types.rbs', line 516 def deployment_status @deployment_status end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
517 518 519 |
# File 'sig/types.rbs', line 517 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
518 519 520 |
# File 'sig/types.rbs', line 518 def id @id end |
#last_attempted_deployment_id ⇒ ::String
Returns the value of attribute last_attempted_deployment_id.
519 520 521 |
# File 'sig/types.rbs', line 519 def last_attempted_deployment_id @last_attempted_deployment_id end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
520 521 522 |
# File 'sig/types.rbs', line 520 def last_modified_at @last_modified_at end |
#last_succeeded_deployment_id ⇒ ::String
Returns the value of attribute last_succeeded_deployment_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def last_succeeded_deployment_id @last_succeeded_deployment_id end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
522 523 524 |
# File 'sig/types.rbs', line 522 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
523 524 525 |
# File 'sig/types.rbs', line 523 def service_name @service_name end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
524 525 526 |
# File 'sig/types.rbs', line 524 def target_arn @target_arn end |
#target_resource_created_at ⇒ ::Time
Returns the value of attribute target_resource_created_at.
525 526 527 |
# File 'sig/types.rbs', line 525 def target_resource_created_at @target_resource_created_at end |
#target_resource_type ⇒ "ENVIRONMENT", ...
Returns the value of attribute target_resource_type.
526 527 528 |
# File 'sig/types.rbs', line 526 def target_resource_type @target_resource_type end |