Class: Aws::Transfer::Types::DescribeWebAppCustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeWebAppCustomizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#web_app_customization ⇒ Types::DescribedWebAppCustomization
Returns a structure that contains the details of the web app customizations.
Instance Attribute Details
#web_app_customization ⇒ Types::DescribedWebAppCustomization
Returns a structure that contains the details of the web app customizations.
1991 1992 1993 1994 1995 |
# File 'lib/aws-sdk-transfer/types.rb', line 1991 class DescribeWebAppCustomizationResponse < Struct.new( :web_app_customization) SENSITIVE = [] include Aws::Structure end |