Class: Aws::Types::BuildSummary
- Inherits:
-
Object
- Object
- Aws::Types::BuildSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#build_status ⇒ "SUCCEEDED", ...
Returns the value of attribute build_status.
-
#primary_artifact ⇒ Types::ResolvedArtifact
Returns the value of attribute primary_artifact.
-
#requested_on ⇒ ::Time
Returns the value of attribute requested_on.
-
#secondary_artifacts ⇒ ::Array[Types::ResolvedArtifact]
Returns the value of attribute secondary_artifacts.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
262 263 264 |
# File 'sig/types.rbs', line 262 def arn @arn end |
#build_status ⇒ "SUCCEEDED", ...
Returns the value of attribute build_status.
264 265 266 |
# File 'sig/types.rbs', line 264 def build_status @build_status end |
#primary_artifact ⇒ Types::ResolvedArtifact
Returns the value of attribute primary_artifact.
265 266 267 |
# File 'sig/types.rbs', line 265 def primary_artifact @primary_artifact end |
#requested_on ⇒ ::Time
Returns the value of attribute requested_on.
263 264 265 |
# File 'sig/types.rbs', line 263 def requested_on @requested_on end |
#secondary_artifacts ⇒ ::Array[Types::ResolvedArtifact]
Returns the value of attribute secondary_artifacts.
266 267 268 |
# File 'sig/types.rbs', line 266 def secondary_artifacts @secondary_artifacts end |