Class: Aws::Types::CreateMilestoneOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMilestoneOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
413 414 415 |
# File 'sig/types.rbs', line 413 def milestone_number @milestone_number end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def workload_id @workload_id end |