Class: Aws::AppStream::Types::DeleteApplicationRequest

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 application.

Returns:

  • (String)


2034
2035
2036
2037
2038
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2034

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