Class: Aws::Types::DriftStatusSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#drift_status"DRIFTED", ...

Returns the value of attribute drift_status.

Returns:

  • ("DRIFTED", "IN_SYNC", "NOT_CHECKING", "UNKNOWN")


120
121
122
# File 'sig/types.rbs', line 120

def drift_status
  @drift_status
end

#typesTypes::EnabledControlDriftTypes

Returns the value of attribute types.



121
122
123
# File 'sig/types.rbs', line 121

def types
  @types
end