Class: Aws::WellArchitected::Types::ListCheckSummariesInput

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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < 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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < 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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < 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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < 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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < 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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < 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)


3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3341

class ListCheckSummariesInput < Struct.new(
  :workload_id,
  :next_token,
  :max_results,
  :lens_arn,
  :pillar_id,
  :question_id,
  :choice_id)
  SENSITIVE = []
  include Aws::Structure
end