Class: Aws::LicenseManagerUserSubscriptions::Types::LicenseServer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Information about a Remote Desktop Services (RDS) license server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_statusString

The health status of the RDS license server.

Returns:

  • (String)


567
568
569
570
571
572
573
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 567

class LicenseServer < Struct.new(
  :health_status,
  :ipv_4_address,
  :provisioning_status)
  SENSITIVE = []
  include Aws::Structure
end

#ipv_4_addressString

A list of domain IPv4 addresses that are used for the RDS license server.

Returns:

  • (String)


567
568
569
570
571
572
573
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 567

class LicenseServer < Struct.new(
  :health_status,
  :ipv_4_address,
  :provisioning_status)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_statusString

The current state of the provisioning process for the RDS license server.

Returns:

  • (String)


567
568
569
570
571
572
573
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 567

class LicenseServer < Struct.new(
  :health_status,
  :ipv_4_address,
  :provisioning_status)
  SENSITIVE = []
  include Aws::Structure
end