Class: Aws::Types::DetectStackSetDriftInput
- Inherits:
-
Object
- Object
- Aws::Types::DetectStackSetDriftInput
- 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.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
-
#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.
737 738 739 |
# File 'sig/types.rbs', line 737 def call_as @call_as end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def operation_id @operation_id end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
735 736 737 |
# File 'sig/types.rbs', line 735 def operation_preferences @operation_preferences end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
734 735 736 |
# File 'sig/types.rbs', line 734 def stack_set_name @stack_set_name end |