Class: Aws::WellArchitected::Types::Milestone

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

Overview

A milestone return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#milestone_name ⇒ String

The name of the milestone in a workload.

Milestone names must be unique within a workload.

Returns:

  • (String)


6034
6035
6036
6037
6038
6039
6040
6041
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6034

class Milestone < Struct.new(
  :milestone_number,
  :milestone_name,
  :recorded_at,
  :workload)
  SENSITIVE = []
  include Aws::Structure
end

#milestone_number ⇒ Integer

The milestone number.

A workload can have a maximum of 100 milestones.

Returns:

  • (Integer)


6034
6035
6036
6037
6038
6039
6040
6041
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6034

class Milestone < Struct.new(
  :milestone_number,
  :milestone_name,
  :recorded_at,
  :workload)
  SENSITIVE = []
  include Aws::Structure
end

#recorded_at ⇒ Time

The date and time when the milestone was recorded.

Returns:

  • (Time)


6034
6035
6036
6037
6038
6039
6040
6041
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6034

class Milestone < Struct.new(
  :milestone_number,
  :milestone_name,
  :recorded_at,
  :workload)
  SENSITIVE = []
  include Aws::Structure
end

#workload ⇒ Types::Workload

A workload return object.

Returns:



6034
6035
6036
6037
6038
6039
6040
6041
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6034

class Milestone < Struct.new(
  :milestone_number,
  :milestone_name,
  :recorded_at,
  :workload)
  SENSITIVE = []
  include Aws::Structure
end