Class: Aws::Types::LiveResourceDrift

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_value::String

Returns the value of attribute actual_value.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def actual_value
  @actual_value
end

#drift_detection_timestamp::Time

Returns the value of attribute drift_detection_timestamp.

Returns:

  • (::Time)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def drift_detection_timestamp
  @drift_detection_timestamp
end

#previous_value::String

Returns the value of attribute previous_value.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def previous_value
  @previous_value
end