Class: Aws::WellArchitected::Types::ListMilestonesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListMilestonesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Input to list all milestones for a workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#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
#max_results ⇒ Integer
The maximum number of results to return for this request.
3679 3680 3681 3682 3683 3684 3685 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3679 class ListMilestonesInput < Struct.new( :workload_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3679 3680 3681 3682 3683 3684 3685 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3679 class ListMilestonesInput < Struct.new( :workload_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
3679 3680 3681 3682 3683 3684 3685 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3679 class ListMilestonesInput < Struct.new( :workload_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |