Class: Aws::Types::VMScannerState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activatedBoolean

Returns the value of attribute activated.

Returns:

  • (Boolean)


2974
2975
2976
# File 'sig/types.rbs', line 2974

def activated
  @activated
end

#activated_at::Time

Returns the value of attribute activated_at.

Returns:

  • (::Time)


2975
2976
2977
# File 'sig/types.rbs', line 2975

def activated_at
  @activated_at
end

#status"SUCCESS", ...

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "PENDING", "FAILED")


2976
2977
2978
# File 'sig/types.rbs', line 2976

def status
  @status
end