Class: Aws::WellArchitected::Types::ProfileTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ProfileTemplate
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The profile template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the profile template was created.
-
#template_name ⇒ String
The name of the profile template.
-
#template_questions ⇒ Array<Types::ProfileTemplateQuestion>
Profile template questions.
-
#updated_at ⇒ Time
The date and time when the profile template was last updated.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the profile template was created.
6493 6494 6495 6496 6497 6498 6499 6500 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6493 class ProfileTemplate < Struct.new( :template_name, :template_questions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the profile template.
6493 6494 6495 6496 6497 6498 6499 6500 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6493 class ProfileTemplate < Struct.new( :template_name, :template_questions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#template_questions ⇒ Array<Types::ProfileTemplateQuestion>
Profile template questions.
6493 6494 6495 6496 6497 6498 6499 6500 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6493 class ProfileTemplate < Struct.new( :template_name, :template_questions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the profile template was last updated.
6493 6494 6495 6496 6497 6498 6499 6500 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6493 class ProfileTemplate < Struct.new( :template_name, :template_questions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |