Class: Aws::WellArchitected::Types::ReviewTemplate

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

Overview

A review template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The review template description.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#lensesArray<String>

The lenses applied to the review template.

Returns:

  • (Array<String>)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#notesString

The notes associated with the workload.

For a review template, these are the notes that will be associated with the workload when the template is applied.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

An Amazon Web Services account ID.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#question_countsHash<String,Integer>

A count of how many total questions are answered and unanswered in the review template.

Returns:

  • (Hash<String,Integer>)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#share_invitation_idString

The ID assigned to the template share invitation.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the review template.

Returns:

  • (Hash<String,String>)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The review template ARN.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the review template.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#update_statusString

The latest status of a review template.

Returns:

  • (String)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4935

class ReviewTemplate < Struct.new(
  :description,
  :lenses,
  :notes,
  :question_counts,
  :owner,
  :updated_at,
  :template_arn,
  :template_name,
  :tags,
  :update_status,
  :share_invitation_id)
  SENSITIVE = []
  include Aws::Structure
end