Class: Aws::AppStream::Types::DeleteStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the stack.
Instance Attribute Details
#name ⇒ String
The name of the stack.
1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-appstream/types.rb', line 1751 class DeleteStackRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |