Class: Aws::Types::LastDeploymentInfo
- Inherits:
-
Object
- Object
- Aws::Types::LastDeploymentInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#status ⇒ "Created", ...
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
904 905 906 |
# File 'sig/types.rbs', line 904 def create_time @create_time end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
901 902 903 |
# File 'sig/types.rbs', line 901 def deployment_id @deployment_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
903 904 905 |
# File 'sig/types.rbs', line 903 def end_time @end_time end |
#status ⇒ "Created", ...
Returns the value of attribute status.
902 903 904 |
# File 'sig/types.rbs', line 902 def status @status end |