Class: Aws::Types::StackResourceDetail
- Inherits:
-
Object
- Object
- Aws::Types::StackResourceDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#drift_information ⇒ Types::StackResourceDriftInformation
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.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#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.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def description @description end |
#drift_information ⇒ Types::StackResourceDriftInformation
Returns the value of attribute drift_information.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def drift_information @drift_information end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def @last_updated_timestamp end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def logical_resource_id @logical_resource_id end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def @metadata end |
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def module_info @module_info end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def physical_resource_id @physical_resource_id end |
#resource_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute resource_status.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def resource_status @resource_status end |
#resource_status_reason ⇒ ::String
Returns the value of attribute resource_status_reason.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def resource_status_reason @resource_status_reason end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def resource_type @resource_type end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def stack_name @stack_name end |