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 recorded.
-
#template_name ⇒ String
The name of the profile template.
-
#template_questions ⇒ Array<Types::ProfileTemplateQuestion>
Profile template questions.
-
#updated_at ⇒ Time
The date and time recorded.
Instance Attribute Details
#created_at ⇒ Time
The date and time recorded.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4738 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.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4738 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.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4738 class ProfileTemplate < Struct.new( :template_name, :template_questions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time recorded.
4738 4739 4740 4741 4742 4743 4744 4745 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4738 class ProfileTemplate < Struct.new( :template_name, :template_questions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |