Class: Aws::Transfer::Types::UpdateWebAppRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Transfer::Types::UpdateWebAppRequest
 
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #access_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.
- 
  
    
      #identity_provider_details  ⇒ Types::UpdateWebAppIdentityProviderDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provide updated identity provider values in a WebAppIdentityProviderDetailsobject.
- 
  
    
      #web_app_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provide the identifier of the web app that you are updating. 
- 
  
    
      #web_app_units  ⇒ Types::WebAppUnits 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A union that contains the value for number of concurrent connections or the user sessions on your web app. 
Instance Attribute Details
#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.
| 7754 7755 7756 7757 7758 7759 7760 7761 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7754 class UpdateWebAppRequest < Struct.new( :web_app_id, :identity_provider_details, :access_endpoint, :web_app_units) SENSITIVE = [] include Aws::Structure end | 
#identity_provider_details ⇒ Types::UpdateWebAppIdentityProviderDetails
Provide updated identity provider values in a
WebAppIdentityProviderDetails object.
| 7754 7755 7756 7757 7758 7759 7760 7761 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7754 class UpdateWebAppRequest < Struct.new( :web_app_id, :identity_provider_details, :access_endpoint, :web_app_units) SENSITIVE = [] include Aws::Structure end | 
#web_app_id ⇒ String
Provide the identifier of the web app that you are updating.
| 7754 7755 7756 7757 7758 7759 7760 7761 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7754 class UpdateWebAppRequest < Struct.new( :web_app_id, :identity_provider_details, :access_endpoint, :web_app_units) SENSITIVE = [] include Aws::Structure end | 
#web_app_units ⇒ Types::WebAppUnits
A union that contains the value for number of concurrent connections or the user sessions on your web app.
| 7754 7755 7756 7757 7758 7759 7760 7761 | # File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7754 class UpdateWebAppRequest < Struct.new( :web_app_id, :identity_provider_details, :access_endpoint, :web_app_units) SENSITIVE = [] include Aws::Structure end |