Class: Aws::Types::StackDriftInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_check_timestamp::Time

Returns the value of attribute last_check_timestamp.

Returns:

  • (::Time)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def last_check_timestamp
  @last_check_timestamp
end

#stack_drift_status"DRIFTED", ...

Returns the value of attribute stack_drift_status.

Returns:

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


1653
1654
1655
# File 'sig/types.rbs', line 1653

def stack_drift_status
  @stack_drift_status
end