Class: Aws::Transfer::Types::UpdateWebAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_app_id ⇒ String
Returns the unique identifier for the web app being updated.
Instance Attribute Details
#web_app_id ⇒ String
Returns the unique identifier for the web app being updated.
7097 7098 7099 7100 7101 |
# File 'lib/aws-sdk-transfer/types.rb', line 7097 class UpdateWebAppResponse < Struct.new( :web_app_id) SENSITIVE = [] include Aws::Structure end |