Class: Aws::Types::DescribeStackInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
-
#stack_instance_account ⇒ ::String
Returns the value of attribute stack_instance_account.
-
#stack_instance_region ⇒ ::String
Returns the value of attribute stack_instance_region.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
Instance Attribute Details
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
560 561 562 |
# File 'sig/types.rbs', line 560 def call_as @call_as end |
#stack_instance_account ⇒ ::String
Returns the value of attribute stack_instance_account.
558 559 560 |
# File 'sig/types.rbs', line 558 def stack_instance_account @stack_instance_account end |
#stack_instance_region ⇒ ::String
Returns the value of attribute stack_instance_region.
559 560 561 |
# File 'sig/types.rbs', line 559 def stack_instance_region @stack_instance_region end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
557 558 559 |
# File 'sig/types.rbs', line 557 def stack_set_name @stack_set_name end |