Class: Aws::Types::StackResource
- Inherits:
-
Object
- Object
- Aws::Types::StackResource
- 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.
-
#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.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def description @description end |
#drift_information ⇒ Types::StackResourceDriftInformation
Returns the value of attribute drift_information.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def drift_information @drift_information end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def logical_resource_id @logical_resource_id end |
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def module_info @module_info end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def physical_resource_id @physical_resource_id end |
#resource_status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute resource_status.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def resource_status @resource_status end |
#resource_status_reason ⇒ ::String
Returns the value of attribute resource_status_reason.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def resource_status_reason @resource_status_reason end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def resource_type @resource_type end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def stack_id @stack_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def stack_name @stack_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def @timestamp end |