Class: Aws::Types::BuildGroup
- Inherits:
-
Object
- Object
- Aws::Types::BuildGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_build_summary ⇒ Types::BuildSummary
Returns the value of attribute current_build_summary.
-
#depends_on ⇒ ::Array[::String]
Returns the value of attribute depends_on.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#ignore_failure ⇒ Boolean
Returns the value of attribute ignore_failure.
-
#prior_build_summary_list ⇒ ::Array[Types::BuildSummary]
Returns the value of attribute prior_build_summary_list.
Instance Attribute Details
#current_build_summary ⇒ Types::BuildSummary
Returns the value of attribute current_build_summary.
234 235 236 |
# File 'sig/types.rbs', line 234 def current_build_summary @current_build_summary end |
#depends_on ⇒ ::Array[::String]
Returns the value of attribute depends_on.
232 233 234 |
# File 'sig/types.rbs', line 232 def depends_on @depends_on end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
231 232 233 |
# File 'sig/types.rbs', line 231 def identifier @identifier end |
#ignore_failure ⇒ Boolean
Returns the value of attribute ignore_failure.
233 234 235 |
# File 'sig/types.rbs', line 233 def ignore_failure @ignore_failure end |
#prior_build_summary_list ⇒ ::Array[Types::BuildSummary]
Returns the value of attribute prior_build_summary_list.
235 236 237 |
# File 'sig/types.rbs', line 235 def prior_build_summary_list @prior_build_summary_list end |