Class: Aws::Transfer::Types::CreateWebAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateWebAppResponse
- Defined in:
- gems/aws-sdk-transfer/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.
1212 1213 1214 1215 1216 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1212 class CreateWebAppResponse < Struct.new( :web_app_id) SENSITIVE = [] include Aws::Structure end |