Class: Aws::Types::ProductionBranch
- Inherits:
-
Object
- Object
- Aws::Types::ProductionBranch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#last_deploy_time ⇒ ::Time
Returns the value of attribute last_deploy_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#thumbnail_url ⇒ ::String
Returns the value of attribute thumbnail_url.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
583 584 585 |
# File 'sig/types.rbs', line 583 def branch_name @branch_name end |
#last_deploy_time ⇒ ::Time
Returns the value of attribute last_deploy_time.
580 581 582 |
# File 'sig/types.rbs', line 580 def last_deploy_time @last_deploy_time end |
#status ⇒ ::String
Returns the value of attribute status.
581 582 583 |
# File 'sig/types.rbs', line 581 def status @status end |
#thumbnail_url ⇒ ::String
Returns the value of attribute thumbnail_url.
582 583 584 |
# File 'sig/types.rbs', line 582 def thumbnail_url @thumbnail_url end |