Class: Aws::WellArchitected::Types::GetMilestoneInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetMilestoneInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Input to get a milestone.
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.
2291 2292 2293 2294 2295 2296 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2291 class GetMilestoneInput < 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.
2291 2292 2293 2294 2295 2296 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2291 class GetMilestoneInput < Struct.new( :workload_id, :milestone_number) SENSITIVE = [] include Aws::Structure end |