Class: Aws::Types::StackInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackInstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
-
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
-
#last_operation_id ⇒ ::String
Returns the value of attribute last_operation_id.
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#stack_instance_status ⇒ Types::StackInstanceComprehensiveStatus
Returns the value of attribute stack_instance_status.
-
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
-
#status ⇒ "CURRENT", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def account @account end |
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def drift_status @drift_status end |
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def @last_drift_check_timestamp end |
#last_operation_id ⇒ ::String
Returns the value of attribute last_operation_id.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def last_operation_id @last_operation_id end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def organizational_unit_id @organizational_unit_id end |
#region ⇒ ::String
Returns the value of attribute region.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def region @region end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def stack_id @stack_id end |
#stack_instance_status ⇒ Types::StackInstanceComprehensiveStatus
Returns the value of attribute stack_instance_status.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def stack_instance_status @stack_instance_status end |
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def stack_set_id @stack_set_id end |
#status ⇒ "CURRENT", ...
Returns the value of attribute status.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def status_reason @status_reason end |