Class: Aws::WellArchitected::Types::ChoiceImprovementPlan

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

Overview

The choice level improvement plan.

This value is only applicable to custom lenses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_idString

The ID of a choice.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1047

class ChoiceImprovementPlan < Struct.new(
  :choice_id,
  :display_text,
  :improvement_plan_url)
  SENSITIVE = []
  include Aws::Structure
end

#display_textString

The display text for the improvement plan.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1047

class ChoiceImprovementPlan < Struct.new(
  :choice_id,
  :display_text,
  :improvement_plan_url)
  SENSITIVE = []
  include Aws::Structure
end

#improvement_plan_urlString

The improvement plan URL for a question in an Amazon Web Services official lenses.

This value is only available if the question has been answered.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1047

class ChoiceImprovementPlan < Struct.new(
  :choice_id,
  :display_text,
  :improvement_plan_url)
  SENSITIVE = []
  include Aws::Structure
end