Class: Aws::Types::ImportStacksToStackSetInput
- Inherits:
-
Object
- Object
- Aws::Types::ImportStacksToStackSetInput
- 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.
-
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
-
#stack_ids ⇒ ::Array[::String]
Returns the value of attribute stack_ids.
-
#stack_ids_url ⇒ ::String
Returns the value of attribute stack_ids_url.
-
#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.
906 907 908 |
# File 'sig/types.rbs', line 906 def call_as @call_as end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def operation_id @operation_id end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
904 905 906 |
# File 'sig/types.rbs', line 904 def operation_preferences @operation_preferences end |
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
903 904 905 |
# File 'sig/types.rbs', line 903 def organizational_unit_ids @organizational_unit_ids end |
#stack_ids ⇒ ::Array[::String]
Returns the value of attribute stack_ids.
901 902 903 |
# File 'sig/types.rbs', line 901 def stack_ids @stack_ids end |
#stack_ids_url ⇒ ::String
Returns the value of attribute stack_ids_url.
902 903 904 |
# File 'sig/types.rbs', line 902 def stack_ids_url @stack_ids_url end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
900 901 902 |
# File 'sig/types.rbs', line 900 def stack_set_name @stack_set_name end |