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
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.
2801 2802 2803 2804 2805 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2801 class DeleteApplicationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |