Class: Aws::Types::ReviewTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ReviewTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lenses ⇒ ::Array[::String]
Returns the value of attribute lenses.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
Returns the value of attribute question_counts.
-
#share_invitation_id ⇒ ::String
Returns the value of attribute share_invitation_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#update_status ⇒ "CURRENT", "LENS_NOT_CURRENT"
Returns the value of attribute update_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def description @description end |
#lenses ⇒ ::Array[::String]
Returns the value of attribute lenses.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def lenses @lenses end |
#notes ⇒ ::String
Returns the value of attribute notes.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def notes @notes end |
#owner ⇒ ::String
Returns the value of attribute owner.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def owner @owner end |
#question_counts ⇒ ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
Returns the value of attribute question_counts.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def question_counts @question_counts end |
#share_invitation_id ⇒ ::String
Returns the value of attribute share_invitation_id.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def share_invitation_id @share_invitation_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def @tags end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def template_name @template_name end |
#update_status ⇒ "CURRENT", "LENS_NOT_CURRENT"
Returns the value of attribute update_status.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def update_status @update_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def updated_at @updated_at end |