Class: Aws::Types::CodeDeployDeployment
- Inherits:
-
Object
- Object
- Aws::Types::CodeDeployDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_group_arn ⇒ ::String
Returns the value of attribute deployment_group_arn.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#deployment_group_arn ⇒ ::String
Returns the value of attribute deployment_group_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def deployment_group_arn @deployment_group_arn end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def deployment_id @deployment_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
101 102 103 |
# File 'sig/types.rbs', line 101 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
102 103 104 |
# File 'sig/types.rbs', line 102 def start_time @start_time end |