Class: Aws::Types::UpdateReviewTemplateLensReviewInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


2019
2020
2021
# File 'sig/types.rbs', line 2019

def template_arn
  @template_arn
end