Class: Aws::WellArchitected::Types::CreateMilestoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateMilestoneOutput
- 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
-
#milestone_number ⇒ Integer
The milestone number.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#milestone_number ⇒ Integer
The milestone number.
A workload can have a maximum of 100 milestones.
940 941 942 943 944 945 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 940 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.
940 941 942 943 944 945 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 940 class CreateMilestoneOutput < Struct.new( :workload_id, :milestone_number) SENSITIVE = [] include Aws::Structure end |