Class: Aws::WellArchitected::Types::MilestoneSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::MilestoneSummary
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A milestone summary return object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#milestone_name ⇒ String
The name of the milestone in a workload.
-
#milestone_number ⇒ Integer
The milestone number.
-
#recorded_at ⇒ Time
The date and time when the milestone was recorded.
-
#workload_summary ⇒ Types::WorkloadSummary
A workload summary return object.
Instance Attribute Details
#milestone_name ⇒ String
The name of the milestone in a workload.
Milestone names must be unique within a workload.
6055 6056 6057 6058 6059 6060 6061 6062 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6055 class MilestoneSummary < Struct.new( :milestone_number, :milestone_name, :recorded_at, :workload_summary) SENSITIVE = [] include Aws::Structure end |
#milestone_number ⇒ Integer
The milestone number.
A workload can have a maximum of 100 milestones.
6055 6056 6057 6058 6059 6060 6061 6062 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6055 class MilestoneSummary < Struct.new( :milestone_number, :milestone_name, :recorded_at, :workload_summary) SENSITIVE = [] include Aws::Structure end |
#recorded_at ⇒ Time
The date and time when the milestone was recorded.
6055 6056 6057 6058 6059 6060 6061 6062 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6055 class MilestoneSummary < Struct.new( :milestone_number, :milestone_name, :recorded_at, :workload_summary) SENSITIVE = [] include Aws::Structure end |
#workload_summary ⇒ Types::WorkloadSummary
A workload summary return object.
6055 6056 6057 6058 6059 6060 6061 6062 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6055 class MilestoneSummary < Struct.new( :milestone_number, :milestone_name, :recorded_at, :workload_summary) SENSITIVE = [] include Aws::Structure end |