Class: Aws::Types::ImportLensOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def lens_arn
  @lens_arn
end

#status ⇒ "IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETE", "ERROR")


943
944
945
# File 'sig/types.rbs', line 943

def status
  @status
end