Class: Aws::Transfer::Types::UpdateWebAppCustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppCustomizationResponse
- 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 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.
7017 7018 7019 7020 7021 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7017 class UpdateWebAppCustomizationResponse < Struct.new( :web_app_id) SENSITIVE = [] include Aws::Structure end |