Class: Aws::WellArchitected::Types::ListMilestonesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Input to list all milestones for a workload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


3679
3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3679

class ListMilestonesInput < Struct.new(
  :workload_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


3679
3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3679

class ListMilestonesInput < Struct.new(
  :workload_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


3679
3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3679

class ListMilestonesInput < Struct.new(
  :workload_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end