Class: Aws::LicenseManagerUserSubscriptions::Types::LicenseServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::LicenseServer
- 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
-
#health_status ⇒ String
The health status of the RDS license server.
-
#ipv_4_address ⇒ String
A list of domain IPv4 addresses that are used for the RDS license server.
-
#provisioning_status ⇒ String
The current state of the provisioning process for the RDS license server.
Instance Attribute Details
#health_status ⇒ String
The health status of the RDS license server.
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_address ⇒ String
A list of domain IPv4 addresses that are used for the RDS license server.
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_status ⇒ String
The current state of the provisioning process for the RDS license server.
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 |