Class: Aws::Transfer::Types::UpdateWebAppResponse

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_idString

Returns the unique identifier for the web app being updated.

Returns:

  • (String)


7437
7438
7439
7440
7441
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7437

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