Class: Aws::Types::UpdateReviewTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2014
2015
2016
# File 'sig/types.rbs', line 2014

def notes
  @notes
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def template_name
  @template_name
end