Class: Aws::Types::StackInstanceResourceDriftsSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackInstanceResourceDriftsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#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
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
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.
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.
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.
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.
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.
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.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def @timestamp end |