Class: Aws::WellArchitected::Types::CreateMilestoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateMilestoneOutput
- 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
-
#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.
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.
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 |