Class: Aws::WellArchitected::Types::ListCheckDetailsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_idString

The ID of a choice.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
# File 'gems/aws-sdk-wellarchitected/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_arnString

Well-Architected Lens ARN.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
# File 'gems/aws-sdk-wellarchitected/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_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
# File 'gems/aws-sdk-wellarchitected/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_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
# File 'gems/aws-sdk-wellarchitected/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_idString

The ID used to identify a pillar, for example, security.

A pillar is identified by its PillarReviewSummary$PillarId.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
# File 'gems/aws-sdk-wellarchitected/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_idString

The ID of the question.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
# File 'gems/aws-sdk-wellarchitected/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_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 'gems/aws-sdk-wellarchitected/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