Class: Aws::Transfer::Types::UpdateWebAppRequest

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

#access_endpointString

The ‘AccessEndpoint` is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.

Returns:

  • (String)


7082
7083
7084
7085
7086
7087
7088
7089
# File 'lib/aws-sdk-transfer/types.rb', line 7082

class UpdateWebAppRequest < Struct.new(
  :web_app_id,
  :identity_provider_details,
  :access_endpoint,
  :web_app_units)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_detailsTypes::UpdateWebAppIdentityProviderDetails

Provide updated identity provider values in a ‘WebAppIdentityProviderDetails` object.



7082
7083
7084
7085
7086
7087
7088
7089
# File 'lib/aws-sdk-transfer/types.rb', line 7082

class UpdateWebAppRequest < Struct.new(
  :web_app_id,
  :identity_provider_details,
  :access_endpoint,
  :web_app_units)
  SENSITIVE = []
  include Aws::Structure
end

#web_app_idString

Provide the identifier of the web app that you are updating.

Returns:

  • (String)


7082
7083
7084
7085
7086
7087
7088
7089
# File 'lib/aws-sdk-transfer/types.rb', line 7082

class UpdateWebAppRequest < Struct.new(
  :web_app_id,
  :identity_provider_details,
  :access_endpoint,
  :web_app_units)
  SENSITIVE = []
  include Aws::Structure
end

#web_app_unitsTypes::WebAppUnits

A union that contains the value for number of concurrent connections or the user sessions on your web app.

Returns:



7082
7083
7084
7085
7086
7087
7088
7089
# File 'lib/aws-sdk-transfer/types.rb', line 7082

class UpdateWebAppRequest < Struct.new(
  :web_app_id,
  :identity_provider_details,
  :access_endpoint,
  :web_app_units)
  SENSITIVE = []
  include Aws::Structure
end