Class: Aws::Transfer::Types::DescribeWebAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeWebAppResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_app ⇒ Types::DescribedWebApp
Returns a structure that contains the details of the web app.
Instance Attribute Details
#web_app ⇒ Types::DescribedWebApp
Returns a structure that contains the details of the web app.
2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2116 class DescribeWebAppResponse < Struct.new( :web_app) SENSITIVE = [] include Aws::Structure end |