Class: Aws::Types::StackInstance
- Inherits:
-
Object
- Object
- Aws::Types::StackInstance
- 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.
-
#parameter_overrides ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameter_overrides.
-
#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.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def account @account end |
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def drift_status @drift_status end |
#last_drift_check_timestamp ⇒ ::Time
Returns the value of attribute last_drift_check_timestamp.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def @last_drift_check_timestamp end |
#last_operation_id ⇒ ::String
Returns the value of attribute last_operation_id.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def last_operation_id @last_operation_id end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def organizational_unit_id @organizational_unit_id end |
#parameter_overrides ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameter_overrides.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def parameter_overrides @parameter_overrides end |
#region ⇒ ::String
Returns the value of attribute region.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def region @region end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def stack_id @stack_id end |
#stack_instance_status ⇒ Types::StackInstanceComprehensiveStatus
Returns the value of attribute stack_instance_status.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def stack_instance_status @stack_instance_status end |
#stack_set_id ⇒ ::String
Returns the value of attribute stack_set_id.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def stack_set_id @stack_set_id end |
#status ⇒ "CURRENT", ...
Returns the value of attribute status.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def status_reason @status_reason end |