Class: Aws::WellArchitected::Types::ListCheckDetailsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListCheckDetailsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#choice_id ⇒ String
The ID of a choice.
-
#lens_arn ⇒ String
Well-Architected Lens ARN.
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#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`.
-
#question_id ⇒ String
The ID of the question.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#choice_id ⇒ String
The ID of a choice.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) SENSITIVE = [] include Aws::Structure end |
#lens_arn ⇒ String
Well-Architected Lens ARN.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for this request.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) 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.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) SENSITIVE = [] include Aws::Structure end |
#question_id ⇒ String
The ID of the question.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3278 class ListCheckDetailsInput < Struct.new( :workload_id, :next_token, :max_results, :lens_arn, :pillar_id, :question_id, :choice_id) SENSITIVE = [] include Aws::Structure end |