Class: Aws::AppStream::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteApplicationRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DeleteApplicationRequest data as a hash:
{
name: "Name", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the application.
Instance Attribute Details
#name ⇒ String
The name of the application.
1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1883 class DeleteApplicationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |