Class: Aws::Types::StackInstanceResourceDriftsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def physical_resource_id
  @physical_resource_id
end

#physical_resource_id_context::Array[Types::PhysicalResourceIdContextKeyValuePair]

Returns the value of attribute physical_resource_id_context.



1721
1722
1723
# File 'sig/types.rbs', line 1721

def physical_resource_id_context
  @physical_resource_id_context
end

#property_differences::Array[Types::PropertyDifference]

Returns the value of attribute property_differences.

Returns:



1723
1724
1725
# File 'sig/types.rbs', line 1723

def property_differences
  @property_differences
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def stack_id
  @stack_id
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")


1724
1725
1726
# File 'sig/types.rbs', line 1724

def stack_resource_drift_status
  @stack_resource_drift_status
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def timestamp
  @timestamp
end