Class: Aws::LicenseManagerUserSubscriptions::Types::LicenseServerSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::LicenseServerSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
The settings to configure your license server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_settings ⇒ Types::ServerSettings
The ‘ServerSettings` resource contains the settings for your server.
-
#server_type ⇒ String
The type of license server.
Instance Attribute Details
#server_settings ⇒ Types::ServerSettings
The ‘ServerSettings` resource contains the settings for your server.
648 649 650 651 652 653 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 648 class LicenseServerSettings < Struct.new( :server_settings, :server_type) SENSITIVE = [] include Aws::Structure end |
#server_type ⇒ String
The type of license server.
648 649 650 651 652 653 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 648 class LicenseServerSettings < Struct.new( :server_settings, :server_type) SENSITIVE = [] include Aws::Structure end |