Class: Aws::Types::GetMilestoneOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMilestoneOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#milestone ⇒ Types::Milestone
Returns the value of attribute milestone.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#milestone ⇒ Types::Milestone
Returns the value of attribute milestone.
851 852 853 |
# File 'sig/types.rbs', line 851 def milestone @milestone end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def workload_id @workload_id end |