Class: Aws::WellArchitected::Types::ProfileTemplateChoice
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ProfileTemplateChoice
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A profile template choice.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#choice_description ⇒ String
The description of a choice.
-
#choice_id ⇒ String
The ID of a choice.
-
#choice_title ⇒ String
The title of a choice.
Instance Attribute Details
#choice_description ⇒ String
The description of a choice.
4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4763 class ProfileTemplateChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end |
#choice_id ⇒ String
The ID of a choice.
4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4763 class ProfileTemplateChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end |
#choice_title ⇒ String
The title of a choice.
4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4763 class ProfileTemplateChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end |