Class: Aws::Types::DeleteBuildBatchOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBuildBatchOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#builds_deleted ⇒ ::Array[::String]
Returns the value of attribute builds_deleted.
-
#builds_not_deleted ⇒ ::Array[Types::BuildNotDeleted]
Returns the value of attribute builds_not_deleted.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#builds_deleted ⇒ ::Array[::String]
Returns the value of attribute builds_deleted.
421 422 423 |
# File 'sig/types.rbs', line 421 def builds_deleted @builds_deleted end |
#builds_not_deleted ⇒ ::Array[Types::BuildNotDeleted]
Returns the value of attribute builds_not_deleted.
422 423 424 |
# File 'sig/types.rbs', line 422 def builds_not_deleted @builds_not_deleted end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
420 421 422 |
# File 'sig/types.rbs', line 420 def status_code @status_code end |