Class: Aws::WellArchitected::Types::LensReview
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::LensReview
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A lens review of a question.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_alias ⇒ String
The alias of the lens, for example,
serverless
. -
#lens_arn ⇒ String
The ARN for the lens.
-
#lens_name ⇒ String
The full name of the lens.
-
#lens_status ⇒ String
The status of the lens.
-
#lens_version ⇒ String
The version of the lens.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#notes ⇒ String
The notes associated with the workload.
-
#pillar_review_summaries ⇒ Array<Types::PillarReviewSummary>
List of pillar review summaries of lens review in a workload.
-
#risk_counts ⇒ Hash<String,Integer>
A map from risk names to the count of how questions have that rating.
-
#updated_at ⇒ Time
The date and time recorded.
Instance Attribute Details
#lens_alias ⇒ String
The alias of the lens, for example, serverless
.
Each lens is identified by its LensSummary$LensAlias.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#lens_arn ⇒ String
The ARN for the lens.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#lens_name ⇒ String
The full name of the lens.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#lens_status ⇒ String
The status of the lens.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#lens_version ⇒ String
The version of the lens.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#notes ⇒ String
The notes associated with the workload.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#pillar_review_summaries ⇒ Array<Types::PillarReviewSummary>
List of pillar review summaries of lens review in a workload.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#risk_counts ⇒ Hash<String,Integer>
A map from risk names to the count of how questions have that rating.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time recorded.
1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1760 class LensReview < Struct.new( :lens_alias, :lens_arn, :lens_version, :lens_name, :lens_status, :pillar_review_summaries, :updated_at, :notes, :risk_counts, :next_token) SENSITIVE = [] include Aws::Structure end |