Class: Aws::Types::UpdateStackSetInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[::String]

Returns the value of attribute accounts.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def administration_role_arn
  @administration_role_arn
end

#auto_deploymentTypes::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.

Returns:

  • ("SELF", "DELEGATED_ADMIN")


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.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")])


2191
2192
2193
# File 'sig/types.rbs', line 2191

def capabilities
  @capabilities
end

#deployment_targetsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def execution_role_name
  @execution_role_name
end

#managed_executionTypes::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.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def operation_id
  @operation_id
end

#operation_preferencesTypes::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.

Returns:



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.

Returns:

  • ("SERVICE_MANAGED", "SELF_MANAGED")


2197
2198
2199
# File 'sig/types.rbs', line 2197

def permission_model
  @permission_model
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



2192
2193
2194
# File 'sig/types.rbs', line 2192

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def template_url
  @template_url
end

#use_previous_templateBoolean

Returns the value of attribute use_previous_template.

Returns:

  • (Boolean)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def use_previous_template
  @use_previous_template
end