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.
1976 1977 1978 1979 1980 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1976 class DescribeWebAppResponse < Struct.new( :web_app) SENSITIVE = [] include Aws::Structure end |