Method: Aws::Transfer::Types::CreateWebAppRequest#web_app_units
- Defined in:
- lib/aws-sdk-transfer/types.rb
#web_app_units ⇒ Types::WebAppUnits
A union that contains the value for number of concurrent connections or the user sessions on your web app.
1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-transfer/types.rb', line 1236 class CreateWebAppRequest < Struct.new( :identity_provider_details, :access_endpoint, :web_app_units, :tags) SENSITIVE = [] include Aws::Structure end |