Class: Aws::Transfer::Types::DescribeWebAppCustomizationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_app_customizationTypes::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