Class: Aws::AppStream::Types::DeleteStackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the stack.

Returns:

  • (String)


2173
2174
2175
2176
2177
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2173

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