Class: Aws::Types::StackResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#drift_information ⇒ Types::StackResourceDriftInformationSummary
Returns the value of attribute drift_information.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#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.
-
#resource_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute resource_status.
-
#resource_status_reason ⇒ ::String
Returns the value of attribute resource_status_reason.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#drift_information ⇒ Types::StackResourceDriftInformationSummary
Returns the value of attribute drift_information.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def drift_information @drift_information end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def @last_updated_timestamp end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def logical_resource_id @logical_resource_id end |
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def module_info @module_info end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def physical_resource_id @physical_resource_id end |
#resource_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute resource_status.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def resource_status @resource_status end |
#resource_status_reason ⇒ ::String
Returns the value of attribute resource_status_reason.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def resource_status_reason @resource_status_reason end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def resource_type @resource_type end |