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.
6518 6519 6520 6521 6522 6523 6524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6518 class ProfileTemplateChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end |
#choice_id ⇒ String
The ID of a choice.
6518 6519 6520 6521 6522 6523 6524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6518 class ProfileTemplateChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end |
#choice_title ⇒ String
The title of a choice.
6518 6519 6520 6521 6522 6523 6524 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6518 class ProfileTemplateChoice < Struct.new( :choice_id, :choice_title, :choice_description) SENSITIVE = [] include Aws::Structure end |