Class: Aws::Types::ImageScanState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def reason
  @reason
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SCANNING", "COLLECTING", "COMPLETED", "ABANDONED", "FAILED", "TIMED_OUT")


1058
1059
1060
# File 'sig/types.rbs', line 1058

def status
  @status
end