Class: Aws::Transfer::Types::DeleteWebAppCustomizationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_app_idString

Provide the unique identifier for the web app that contains the customizations that you are deleting.

Returns:

  • (String)


1632
1633
1634
1635
1636
# File 'lib/aws-sdk-transfer/types.rb', line 1632

class DeleteWebAppCustomizationRequest < Struct.new(
  :web_app_id)
  SENSITIVE = []
  include Aws::Structure
end