Class: Aws::Types::StackResourceDrift
- Inherits:
-
Object
- Object
- Aws::Types::StackResourceDrift
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_properties ⇒ ::String
Returns the value of attribute actual_properties.
-
#drift_status_reason ⇒ ::String
Returns the value of attribute drift_status_reason.
-
#expected_properties ⇒ ::String
Returns the value of attribute expected_properties.
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
-
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
-
#physical_resource_id_context ⇒ ::Array[Types::PhysicalResourceIdContextKeyValuePair]
Returns the value of attribute physical_resource_id_context.
-
#property_differences ⇒ ::Array[Types::PropertyDifference]
Returns the value of attribute property_differences.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_resource_drift_status ⇒ "IN_SYNC", ...
Returns the value of attribute stack_resource_drift_status.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#actual_properties ⇒ ::String
Returns the value of attribute actual_properties.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def actual_properties @actual_properties end |
#drift_status_reason ⇒ ::String
Returns the value of attribute drift_status_reason.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def drift_status_reason @drift_status_reason end |
#expected_properties ⇒ ::String
Returns the value of attribute expected_properties.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def expected_properties @expected_properties end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def logical_resource_id @logical_resource_id end |
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def module_info @module_info end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def physical_resource_id @physical_resource_id end |
#physical_resource_id_context ⇒ ::Array[Types::PhysicalResourceIdContextKeyValuePair]
Returns the value of attribute physical_resource_id_context.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def physical_resource_id_context @physical_resource_id_context end |
#property_differences ⇒ ::Array[Types::PropertyDifference]
Returns the value of attribute property_differences.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def property_differences @property_differences end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def resource_type @resource_type end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def stack_id @stack_id end |
#stack_resource_drift_status ⇒ "IN_SYNC", ...
Returns the value of attribute stack_resource_drift_status.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def stack_resource_drift_status @stack_resource_drift_status end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def @timestamp end |