Class: Aws::WellArchitected::Types::CreateMilestoneOutput

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

Overview

Output of a create milestone call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#milestone_number ⇒ Integer

The milestone number.

A workload can have a maximum of 100 milestones.

Returns:

  • (Integer)


1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1770

class CreateMilestoneOutput < Struct.new(
  :workload_id,
  :milestone_number)
  SENSITIVE = []
  include Aws::Structure
end

#workload_id ⇒ String

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

Returns:

  • (String)


1770
1771
1772
1773
1774
1775
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1770

class CreateMilestoneOutput < Struct.new(
  :workload_id,
  :milestone_number)
  SENSITIVE = []
  include Aws::Structure
end