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)


753
754
755
756
757
758
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 753

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

#choice_titleString

The title of a choice.

Returns:

  • (String)


753
754
755
756
757
758
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 753

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