Class: Aws::Transfer::Types::DescribeWebAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeWebAppResponse
- Includes:
- Structure
- Defined in:
- 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.
2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-transfer/types.rb', line 2015 class DescribeWebAppResponse < Struct.new( :web_app) SENSITIVE = [] include Aws::Structure end |