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.
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.
641 642 643 644 645 646 647 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 641 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.
641 642 643 644 645 646 647 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 641 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.
This value does not apply to custom lenses.
641 642 643 644 645 646 647 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 641 class ChoiceImprovementPlan < Struct.new( :choice_id, :display_text, :improvement_plan_url) SENSITIVE = [] include Aws::Structure end |