Class: Aws::Types::GetMilestoneInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMilestoneInput
- 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.
845 846 847 |
# File 'sig/types.rbs', line 845 def milestone_number @milestone_number end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
844 845 846 |
# File 'sig/types.rbs', line 844 def workload_id @workload_id end |