Class: Aws::AppStream::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteApplicationRequest
- Includes:
- Structure
- Defined in:
- 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.
2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-appstream/types.rb', line 2107 class DeleteApplicationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |