Class: Aws::LicenseManagerUserSubscriptions::Types::LicenseServerSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#server_settingsTypes::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_typeString

The type of license server.

Returns:

  • (String)


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