Class: Aws::WellArchitected::Types::ProfileTemplate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

The profile template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when the profile template was created.

Returns:

  • (Time)


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_nameString

The name of the profile template.

Returns:

  • (String)


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_questionsArray<Types::ProfileTemplateQuestion>

Profile template questions.

Returns:



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_atTime

The date and time when the profile template was last updated.

Returns:

  • (Time)


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