Class: Aws::Types::MilestoneSummary
- Inherits:
-
Object
- Object
- Aws::Types::MilestoneSummary
- 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_summary ⇒ Types::WorkloadSummary
Returns the value of attribute workload_summary.
Instance Attribute Details
#milestone_name ⇒ ::String
Returns the value of attribute milestone_name.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def milestone_name @milestone_name end |
#milestone_number ⇒ ::Integer
Returns the value of attribute milestone_number.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def milestone_number @milestone_number end |
#recorded_at ⇒ ::Time
Returns the value of attribute recorded_at.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def recorded_at @recorded_at end |
#workload_summary ⇒ Types::WorkloadSummary
Returns the value of attribute workload_summary.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def workload_summary @workload_summary end |