Class: Aws::Transfer::Types::DeleteWebAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteWebAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_app_id ⇒ String
Provide the unique identifier for the web app that you are deleting.
Instance Attribute Details
#web_app_id ⇒ String
Provide the unique identifier for the web app that you are deleting.
1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-transfer/types.rb', line 1644 class DeleteWebAppRequest < Struct.new( :web_app_id) SENSITIVE = [] include Aws::Structure end |