Class: Aws::WellArchitected::Types::Choice
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Choice
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A choice available to answer question.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_resources ⇒ Array<Types::AdditionalResources>
The additional resources for a choice in a custom lens.
-
#choice_id ⇒ String
The ID of a choice.
-
#description ⇒ String
The description of a choice.
-
#helpful_resource ⇒ Types::ChoiceContent
The helpful resource (both text and URL) for a particular choice.
-
#improvement_plan ⇒ Types::ChoiceContent
The improvement plan (both text and URL) for a particular choice.
-
#title ⇒ String
The title of a choice.
Instance Attribute Details
#additional_resources ⇒ Array<Types::AdditionalResources>
The additional resources for a choice in a custom lens.
A choice can have up to two additional resources: one of type
HELPFUL_RESOURCE
, one of type IMPROVEMENT_PLAN
, or both.
534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 534 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan, :additional_resources) SENSITIVE = [] include Aws::Structure end |
#choice_id ⇒ String
The ID of a choice.
534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 534 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan, :additional_resources) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a choice.
534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 534 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan, :additional_resources) SENSITIVE = [] include Aws::Structure end |
#helpful_resource ⇒ Types::ChoiceContent
The helpful resource (both text and URL) for a particular choice.
This field only applies to custom lenses. Each choice can have only one helpful resource.
534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 534 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan, :additional_resources) SENSITIVE = [] include Aws::Structure end |
#improvement_plan ⇒ Types::ChoiceContent
The improvement plan (both text and URL) for a particular choice.
This field only applies to custom lenses. Each choice can have only one improvement plan.
534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 534 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan, :additional_resources) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of a choice.
534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 534 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan, :additional_resources) SENSITIVE = [] include Aws::Structure end |