Class: Aws::Types::ProfileTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ProfileTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_questions ⇒ ::Array[Types::ProfileTemplateQuestion]
Returns the value of attribute template_questions.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def created_at @created_at end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def template_name @template_name end |
#template_questions ⇒ ::Array[Types::ProfileTemplateQuestion]
Returns the value of attribute template_questions.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def template_questions @template_questions end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def updated_at @updated_at end |