Method: Aws::WellArchitected::Types::ListCheckDetailsInput#lens_arn

Defined in:
lib/aws-sdk-wellarchitected/types.rb

#lens_arnString

Well-Architected Lens ARN.

Returns:

  • (String)


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