Class: Aws::OpsWorks::Types::DeleteStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeleteStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#stack_id ⇒ String
The stack ID.
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 |