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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/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_numberInteger

The milestone number.

A workload can have a maximum of 100 milestones.

Returns:

  • (Integer)


861
862
863
864
865
866
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 861

class CreateMilestoneOutput < Struct.new(
  :workload_id,
  :milestone_number)
  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)


861
862
863
864
865
866
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 861

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