Method: Aws::Transfer::Types::UpdateWebAppRequest#access_endpoint
- Defined in:
- lib/aws-sdk-transfer/types.rb
#access_endpoint ⇒ String
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.
7422 7423 7424 7425 7426 7427 7428 7429 |
# File 'lib/aws-sdk-transfer/types.rb', line 7422 class UpdateWebAppRequest < Struct.new( :web_app_id, :identity_provider_details, :access_endpoint, :web_app_units) SENSITIVE = [] include Aws::Structure end |