Class: Aws::Types::UpgradeReviewTemplateLensReviewInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def client_request_token
  @client_request_token
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def lens_alias
  @lens_alias
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def template_arn
  @template_arn
end