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
-
#choice_id ⇒ String
The ID of a choice.
-
#description ⇒ String
The description of a choice.
-
#helpful_resource ⇒ Types::ChoiceContent
The choice level helpful resource.
-
#improvement_plan ⇒ Types::ChoiceContent
The choice level improvement plan.
-
#title ⇒ String
The title of a choice.
Instance Attribute Details
#choice_id ⇒ String
The ID of a choice.
226 227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 226 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a choice.
226 227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 226 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan) SENSITIVE = [] include Aws::Structure end |
#helpful_resource ⇒ Types::ChoiceContent
The choice level helpful resource.
226 227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 226 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan) SENSITIVE = [] include Aws::Structure end |
#improvement_plan ⇒ Types::ChoiceContent
The choice level improvement plan.
226 227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 226 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of a choice.
226 227 228 229 230 231 232 233 234 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 226 class Choice < Struct.new( :choice_id, :title, :description, :helpful_resource, :improvement_plan) SENSITIVE = [] include Aws::Structure end |