Method: Aws::WellArchitected::Types::ListCheckDetailsInput#pillar_id
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
#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 |