Class: Aws::WellArchitected::Types::ReviewTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ReviewTemplate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
A review template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The review template description.
-
#lenses ⇒ Array<String>
The lenses applied to the review template.
-
#notes ⇒ String
The notes associated with the workload.
-
#owner ⇒ String
An Amazon Web Services account ID.
-
#question_counts ⇒ Hash<String,Integer>
A count of how many total questions are answered and unanswered in the review template.
-
#share_invitation_id ⇒ String
The ID assigned to the template share invitation.
-
#tags ⇒ Hash<String,String>
The tags assigned to the review template.
-
#template_arn ⇒ String
The review template ARN.
-
#template_name ⇒ String
The name of the review template.
-
#update_status ⇒ String
The latest status of a review template.
-
#updated_at ⇒ Time
The date and time recorded.
Instance Attribute Details
#description ⇒ String
The review template description.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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 |
#lenses ⇒ Array<String>
The lenses applied to the review template.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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 |
#notes ⇒ String
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.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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 |
#owner ⇒ String
An Amazon Web Services account ID.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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_counts ⇒ Hash<String,Integer>
A count of how many total questions are answered and unanswered in the review template.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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_id ⇒ String
The ID assigned to the template share invitation.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags assigned to the review template.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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_arn ⇒ String
The review template ARN.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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_name ⇒ String
The name of the review template.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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_status ⇒ String
The latest status of a review template.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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_at ⇒ Time
The date and time recorded.
4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 |
# File '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 |