Class: Aws::Transfer::Types::DescribeWebAppCustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeWebAppCustomizationResponse
- Defined in:
- gems/aws-sdk-transfer/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.
1952 1953 1954 1955 1956 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1952 class DescribeWebAppCustomizationResponse < Struct.new( :web_app_customization) SENSITIVE = [] include Aws::Structure end |