Class: Aws::WellArchitected::Types::ListLensReviewImprovementsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListLensReviewImprovementsInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
When making an API call, you may pass ListLensReviewImprovementsInput data as a hash:
{
workload_id: "WorkloadId", # required
lens_alias: "LensAlias", # required
pillar_id: "PillarId",
milestone_number: 1,
next_token: "NextToken",
max_results: 1,
}
Input to list lens review improvements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_alias ⇒ String
The alias of the lens, for example,
serverless
. -
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#milestone_number ⇒ Integer
The milestone number.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#pillar_id ⇒ String
The ID used to identify a pillar, for example,
security
. -
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#lens_alias ⇒ String
The alias of the lens, for example, serverless
.
Each lens is identified by its LensSummary$LensAlias.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2131 class ListLensReviewImprovementsInput < Struct.new( :workload_id, :lens_alias, :pillar_id, :milestone_number, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for this request.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2131 class ListLensReviewImprovementsInput < Struct.new( :workload_id, :lens_alias, :pillar_id, :milestone_number, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#milestone_number ⇒ Integer
The milestone number.
A workload can have a maximum of 100 milestones.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2131 class ListLensReviewImprovementsInput < Struct.new( :workload_id, :lens_alias, :pillar_id, :milestone_number, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2131 class ListLensReviewImprovementsInput < Struct.new( :workload_id, :lens_alias, :pillar_id, :milestone_number, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#pillar_id ⇒ String
The ID used to identify a pillar, for example, security
.
A pillar is identified by its PillarReviewSummary$PillarId.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2131 class ListLensReviewImprovementsInput < Struct.new( :workload_id, :lens_alias, :pillar_id, :milestone_number, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2131 class ListLensReviewImprovementsInput < Struct.new( :workload_id, :lens_alias, :pillar_id, :milestone_number, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |