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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_id ⇒ String

The ID of a choice.

Returns:

  • (String)


759
760
761
762
763
764
# File 'lib/aws-sdk-wellarchitected/types.rb', line 759

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

#choice_title ⇒ String

The title of a choice.

Returns:

  • (String)


759
760
761
762
763
764
# File 'lib/aws-sdk-wellarchitected/types.rb', line 759

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