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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the stack.

Returns:

  • (String)

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