Class: Aws::Types::Milestone
- Inherits:
-
Object
- Object
- Aws::Types::Milestone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
-
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
-
#recorded_at ⇒ ::Time
Returns the value of attribute recorded_at.
-
#workload ⇒ Types::Workload
Returns the value of attribute workload.
Instance Attribute Details
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def milestone_name @milestone_name end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def milestone_number @milestone_number end |
#recorded_at ⇒ ::Time
Returns the value of attribute recorded_at.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def recorded_at @recorded_at end |
#workload ⇒ Types::Workload
Returns the value of attribute workload.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def workload @workload end |