Class: Aws::Types::StackResourceDriftInformation

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)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def last_check_timestamp
  @last_check_timestamp
end

#stack_resource_drift_status"IN_SYNC", ...

Returns the value of attribute stack_resource_drift_status.

Returns:

  • ("IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED", "UNKNOWN", "UNSUPPORTED")


1822
1823
1824
# File 'sig/types.rbs', line 1822

def stack_resource_drift_status
  @stack_resource_drift_status
end