Class: Aws::Types::ReviewTemplateLensReview
- Inherits:
-
Object
- Object
- Aws::Types::ReviewTemplateLensReview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
-
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
-
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#pillar_review_summaries ⇒ ::Array[Types::ReviewTemplatePillarReviewSummary]
Returns the value of attribute pillar_review_summaries.
-
#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
Returns the value of attribute question_counts.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def lens_arn @lens_arn end |
#lens_name ⇒ ::String
Returns the value of attribute lens_name.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def lens_name @lens_name end |
#lens_status ⇒ "CURRENT", ...
Returns the value of attribute lens_status.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def lens_status @lens_status end |
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def lens_version @lens_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def next_token @next_token end |
#notes ⇒ ::String
Returns the value of attribute notes.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def notes @notes end |
#pillar_review_summaries ⇒ ::Array[Types::ReviewTemplatePillarReviewSummary]
Returns the value of attribute pillar_review_summaries.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def pillar_review_summaries @pillar_review_summaries end |
#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
Returns the value of attribute question_counts.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def question_counts @question_counts end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def updated_at @updated_at end |