Class: Aws::Types::UpdateReviewTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReviewTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lenses_to_associate ⇒ ::Array[::String]
Returns the value of attribute lenses_to_associate.
-
#lenses_to_disassociate ⇒ ::Array[::String]
Returns the value of attribute lenses_to_disassociate.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def description @description end |
#lenses_to_associate ⇒ ::Array[::String]
Returns the value of attribute lenses_to_associate.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def lenses_to_associate @lenses_to_associate end |
#lenses_to_disassociate ⇒ ::Array[::String]
Returns the value of attribute lenses_to_disassociate.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def lenses_to_disassociate @lenses_to_disassociate end |
#notes ⇒ ::String
Returns the value of attribute notes.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def notes @notes end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def template_name @template_name end |