Class: Aws::Types::DescribeStackSetOperationInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackSetOperationInput
- 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.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#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.
631 632 633 |
# File 'sig/types.rbs', line 631 def call_as @call_as end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
630 631 632 |
# File 'sig/types.rbs', line 630 def operation_id @operation_id end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
629 630 631 |
# File 'sig/types.rbs', line 629 def stack_set_name @stack_set_name end |