Class: Aws::Transfer::Types::CreateWebAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateWebAppResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_app_id ⇒ String
Returns a unique identifier for the web app.
Instance Attribute Details
#web_app_id ⇒ String
Returns a unique identifier for the web app.
1251 1252 1253 1254 1255 |
# File 'lib/aws-sdk-transfer/types.rb', line 1251 class CreateWebAppResponse < Struct.new( :web_app_id) SENSITIVE = [] include Aws::Structure end |