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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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>)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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>)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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>)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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 when the review template was last updated.

Returns:

  • (Time)


6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6818

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