Method: Aws::WellArchitected::Types::ListCheckDetailsInput#workload_id

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

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

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