Class: Aws::AppStream::Types::DeleteStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteStackRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DeleteStackRequest data as a hash:
{
name: "String", # required
}
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.
2083 2084 2085 2086 2087 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2083 class DeleteStackRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |