Class: Aws::Types::UpdateStackSetInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStackSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
-
#auto_deployment ⇒ Types::AutoDeployment
Returns the value of attribute auto_deployment.
-
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#deployment_targets ⇒ Types::DeploymentTargets
Returns the value of attribute deployment_targets.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
-
#managed_execution ⇒ Types::ManagedExecution
Returns the value of attribute managed_execution.
-
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
-
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
-
#use_previous_template ⇒ Boolean
Returns the value of attribute use_previous_template.
Instance Attribute Details
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def accounts @accounts end |
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def administration_role_arn @administration_role_arn end |
#auto_deployment ⇒ Types::AutoDeployment
Returns the value of attribute auto_deployment.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def auto_deployment @auto_deployment end |
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def call_as @call_as end |
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def capabilities @capabilities end |
#deployment_targets ⇒ Types::DeploymentTargets
Returns the value of attribute deployment_targets.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def deployment_targets @deployment_targets end |
#description ⇒ ::String
Returns the value of attribute description.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def description @description end |
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def execution_role_name @execution_role_name end |
#managed_execution ⇒ Types::ManagedExecution
Returns the value of attribute managed_execution.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def managed_execution @managed_execution end |
#operation_id ⇒ ::String
Returns the value of attribute operation_id.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def operation_id @operation_id end |
#operation_preferences ⇒ Types::StackSetOperationPreferences
Returns the value of attribute operation_preferences.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def operation_preferences @operation_preferences end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def parameters @parameters end |
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def @permission_model end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def regions @regions end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def stack_set_name @stack_set_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def template_url @template_url end |
#use_previous_template ⇒ Boolean
Returns the value of attribute use_previous_template.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def use_previous_template @use_previous_template end |