Class: Aws::Types::DeleteStackInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def client_request_token
  @client_request_token
end

#deletion_mode"STANDARD", "FORCE_DELETE_STACK"

Returns the value of attribute deletion_mode.

Returns:

  • ("STANDARD", "FORCE_DELETE_STACK")


329
330
331
# File 'sig/types.rbs', line 329

def deletion_mode
  @deletion_mode
end

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



330
331
332
# File 'sig/types.rbs', line 330

def deployment_config
  @deployment_config
end

#retain_resources::Array[::String]

Returns the value of attribute retain_resources.

Returns:

  • (::Array[::String])


326
327
328
# File 'sig/types.rbs', line 326

def retain_resources
  @retain_resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def role_arn
  @role_arn
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def stack_name
  @stack_name
end