Class: Aws::Types::StackDriftInformationSummary

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)


1660
1661
1662
# File 'sig/types.rbs', line 1660

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")


1659
1660
1661
# File 'sig/types.rbs', line 1659

def stack_drift_status
  @stack_drift_status
end