Class: Aws::WellArchitected::Types::ListMilestonesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListMilestonesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Output of a list milestones call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#milestone_summaries ⇒ Array<Types::MilestoneSummary>
A list of milestone summaries.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#milestone_summaries ⇒ Array<Types::MilestoneSummary>
A list of milestone summaries.
3704 3705 3706 3707 3708 3709 3710 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3704 class ListMilestonesOutput < Struct.new( :workload_id, :milestone_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3704 3705 3706 3707 3708 3709 3710 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3704 class ListMilestonesOutput < Struct.new( :workload_id, :milestone_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
3704 3705 3706 3707 3708 3709 3710 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3704 class ListMilestonesOutput < Struct.new( :workload_id, :milestone_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |