Class: Aws::Types::CreateLensVersionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLensVersionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
Instance Attribute Details
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
399 400 401 |
# File 'sig/types.rbs', line 399 def lens_arn @lens_arn end |
#lens_version ⇒ ::String
Returns the value of attribute lens_version.
400 401 402 |
# File 'sig/types.rbs', line 400 def lens_version @lens_version end |