Class: Aws::Types::StackResourceDriftInformationSummary

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)


1829
1830
1831
# File 'sig/types.rbs', line 1829

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


1828
1829
1830
# File 'sig/types.rbs', line 1828

def stack_resource_drift_status
  @stack_resource_drift_status
end