Class: Aws::Types::ImportLensOutput
- Inherits:
-
Object
- Object
- Aws::Types::ImportLensOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
942 943 944 |
# File 'sig/types.rbs', line 942 def lens_arn @lens_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
943 944 945 |
# File 'sig/types.rbs', line 943 def status @status end |