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.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#stack_instance_status ⇒ "CURRENT", ...
Returns the value of attribute stack_instance_status.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def account @account end |
#region ⇒ ::String
Returns the value of attribute region.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def region @region end |
#stack_instance_status ⇒ "CURRENT", ...
Returns the value of attribute stack_instance_status.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def stack_instance_status @stack_instance_status end |