Class: Aws::Types::BuildBatchPhase
- Inherits:
-
Object
- Object
- Aws::Types::BuildBatchPhase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contexts ⇒ ::Array[Types::PhaseContext]
Returns the value of attribute contexts.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#phase_status ⇒ "SUCCEEDED", ...
Returns the value of attribute phase_status.
-
#phase_type ⇒ "SUBMITTED", ...
Returns the value of attribute phase_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#contexts ⇒ ::Array[Types::PhaseContext]
Returns the value of attribute contexts.
226 227 228 |
# File 'sig/types.rbs', line 226 def contexts @contexts end |
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
225 226 227 |
# File 'sig/types.rbs', line 225 def duration_in_seconds @duration_in_seconds end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
224 225 226 |
# File 'sig/types.rbs', line 224 def end_time @end_time end |
#phase_status ⇒ "SUCCEEDED", ...
Returns the value of attribute phase_status.
222 223 224 |
# File 'sig/types.rbs', line 222 def phase_status @phase_status end |
#phase_type ⇒ "SUBMITTED", ...
Returns the value of attribute phase_type.
221 222 223 |
# File 'sig/types.rbs', line 221 def phase_type @phase_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
223 224 225 |
# File 'sig/types.rbs', line 223 def start_time @start_time end |