Class: Aws::Types::CreateStackSetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStackSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
-
#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.
Instance Attribute Details
#administration_role_arn ⇒ ::String
Returns the value of attribute administration_role_arn.
276 277 278 |
# File 'sig/types.rbs', line 276 def administration_role_arn @administration_role_arn end |
#auto_deployment ⇒ Types::AutoDeployment
Returns the value of attribute auto_deployment.
279 280 281 |
# File 'sig/types.rbs', line 279 def auto_deployment @auto_deployment end |
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
280 281 282 |
# File 'sig/types.rbs', line 280 def call_as @call_as end |
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
274 275 276 |
# File 'sig/types.rbs', line 274 def capabilities @capabilities end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
281 282 283 |
# File 'sig/types.rbs', line 281 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
269 270 271 |
# File 'sig/types.rbs', line 269 def description @description end |
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
277 278 279 |
# File 'sig/types.rbs', line 277 def execution_role_name @execution_role_name end |
#managed_execution ⇒ Types::ManagedExecution
Returns the value of attribute managed_execution.
282 283 284 |
# File 'sig/types.rbs', line 282 def managed_execution @managed_execution end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
273 274 275 |
# File 'sig/types.rbs', line 273 def parameters @parameters end |
#permission_model ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute permission_model.
278 279 280 |
# File 'sig/types.rbs', line 278 def @permission_model end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def stack_id @stack_id end |
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def stack_set_name @stack_set_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
275 276 277 |
# File 'sig/types.rbs', line 275 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
270 271 272 |
# File 'sig/types.rbs', line 270 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
271 272 273 |
# File 'sig/types.rbs', line 271 def template_url @template_url end |