Class: Aws::Types::StopStackSetOperationInput
- Inherits:
-
Object
- Object
- Aws::Types::StopStackSetOperationInput
- 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.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def call_as @call_as end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def operation_id @operation_id end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def stack_set_name @stack_set_name end |