Class: Aws::WellArchitected::Types::BestPractice

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

Overview

A best practice, or question choice, that has been identified as a risk in this question.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_idString

The ID of a choice.

Returns:

  • (String)


347
348
349
350
351
352
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 347

class BestPractice < Struct.new(
  :choice_id,
  :choice_title)
  SENSITIVE = []
  include Aws::Structure
end

#choice_titleString

The title of a choice.

Returns:

  • (String)


347
348
349
350
351
352
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 347

class BestPractice < Struct.new(
  :choice_id,
  :choice_title)
  SENSITIVE = []
  include Aws::Structure
end