Class: Aws::OpsWorks::Types::DeleteStackRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

The stack ID.

Returns:

  • (String)


1998
1999
2000
2001
2002
# File 'lib/aws-sdk-opsworks/types.rb', line 1998

class DeleteStackRequest < Struct.new(
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end