Class: Aws::Types::DeleteStackInstancesInput

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])


336
337
338
# File 'sig/types.rbs', line 336

def accounts
  @accounts
end

#call_as"SELF", "DELEGATED_ADMIN"

Returns the value of attribute call_as.

Returns:

  • ("SELF", "DELEGATED_ADMIN")


342
343
344
# File 'sig/types.rbs', line 342

def call_as
  @call_as
end

#deployment_targetsTypes::DeploymentTargets

Returns the value of attribute deployment_targets.



337
338
339
# File 'sig/types.rbs', line 337

def deployment_targets
  @deployment_targets
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def operation_id
  @operation_id
end

#operation_preferencesTypes::StackSetOperationPreferences

Returns the value of attribute operation_preferences.



339
340
341
# File 'sig/types.rbs', line 339

def operation_preferences
  @operation_preferences
end

#regions::Array[::String]

Returns the value of attribute regions.

Returns:

  • (::Array[::String])


338
339
340
# File 'sig/types.rbs', line 338

def regions
  @regions
end

#retain_stacksBoolean

Returns the value of attribute retain_stacks.

Returns:

  • (Boolean)


340
341
342
# File 'sig/types.rbs', line 340

def retain_stacks
  @retain_stacks
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def stack_set_name
  @stack_set_name
end