Class: Aws::WellArchitected::Types::ChoiceImprovementPlan
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ChoiceImprovementPlan
- 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
-
#choice_id ⇒ String
The ID of a choice.
-
#display_text ⇒ String
The display text for the improvement plan.
-
#improvement_plan_url ⇒ String
The improvement plan URL for a question in an Amazon Web Services official lenses.
Instance Attribute Details
#choice_id ⇒ String
The ID of a choice.
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_text ⇒ String
The display text for the improvement plan.
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_url ⇒ String
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.
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 |