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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#choice_idString

The ID of a choice.

Returns:

  • (String)


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_textString

The display text for the improvement plan.

Returns:

  • (String)


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_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.

This value does not apply to custom lenses.

Returns:

  • (String)


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