Class: Aws::Types::UpdateReviewTemplateLensReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReviewTemplateLensReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_notes ⇒ ::String
Returns the value of attribute lens_notes.
-
#pillar_notes ⇒ ::Hash[::String, ::String]
Returns the value of attribute pillar_notes.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def lens_alias @lens_alias end |
#lens_notes ⇒ ::String
Returns the value of attribute lens_notes.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def lens_notes @lens_notes end |
#pillar_notes ⇒ ::Hash[::String, ::String]
Returns the value of attribute pillar_notes.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def pillar_notes @pillar_notes end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def template_arn @template_arn end |