Class: Aws::WellArchitected::Types::ReviewTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ReviewTemplate
- Defined in:
- gems/aws-sdk-wellarchitected/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 when the review template was last updated.
Instance Attribute Details
#description ⇒ String
The review template description.
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 |
#lenses ⇒ Array<String>
The lenses applied to the review template.
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 |
#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.
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 |
#owner ⇒ String
An Amazon Web Services account ID.
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_counts ⇒ Hash<String,Integer>
A count of how many total questions are answered and unanswered in the review template.
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_id ⇒ String
The ID assigned to the template share invitation.
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 |
#tags ⇒ Hash<String,String>
The tags assigned to the review template.
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_arn ⇒ String
The review template ARN.
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_name ⇒ String
The name of the review template.
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_status ⇒ String
The latest status of a review template.
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_at ⇒ Time
The date and time when the review template was last updated.
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 |