Class: Aws::Types::MilestoneSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#milestone_name ⇒ ::String

Returns the value of attribute milestone_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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