Class: Aws::Types::Deployment
- Inherits:
-
Object
- Object
- Aws::Types::Deployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::Integer
Returns the value of attribute deployment_id.
-
#deployment_time ⇒ ::Time
Returns the value of attribute deployment_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#deployment_id ⇒ ::Integer
Returns the value of attribute deployment_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def deployment_id @deployment_id end |
#deployment_time ⇒ ::Time
Returns the value of attribute deployment_time.
344 345 346 |
# File 'sig/types.rbs', line 344 def deployment_time @deployment_time end |
#status ⇒ ::String
Returns the value of attribute status.
343 344 345 |
# File 'sig/types.rbs', line 343 def status @status end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
341 342 343 |
# File 'sig/types.rbs', line 341 def version_label @version_label end |