Class: Aws::Types::ProfileTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def updated_at
  @updated_at
end