Class: Aws::LicenseManagerUserSubscriptions::Types::LicenseServerEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::LicenseServerEndpoint
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Contains details about a network endpoint for a Remote Desktop Services (RDS) license server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The timestamp when License Manager created the license server endpoint.
-
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider that's associated with the RDS license server endpoint.
-
#license_server_endpoint_arn ⇒ String
The ARN of the
ServerEndpoint
resource for the RDS license server. -
#license_server_endpoint_id ⇒ String
The ID of the license server endpoint.
-
#license_server_endpoint_provisioning_status ⇒ String
The current state of the provisioning process for the RDS license server endpoint.
-
#license_servers ⇒ Array<Types::LicenseServer>
An array of
LicenseServer
resources that represent the license servers that are accessed through this endpoint. -
#server_endpoint ⇒ Types::ServerEndpoint
The
ServerEndpoint
resource contains the network address of the RDS license server endpoint. -
#server_type ⇒ String
The type of license server.
-
#status_message ⇒ String
The message associated with the provisioning status, if there is one.
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when License Manager created the license server endpoint.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider that's associated with the RDS license server endpoint.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#license_server_endpoint_arn ⇒ String
The ARN of the ServerEndpoint
resource for the RDS license server.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#license_server_endpoint_id ⇒ String
The ID of the license server endpoint.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#license_server_endpoint_provisioning_status ⇒ String
The current state of the provisioning process for the RDS license server endpoint
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#license_servers ⇒ Array<Types::LicenseServer>
An array of LicenseServer
resources that represent the license
servers that are accessed through this endpoint.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#server_endpoint ⇒ Types::ServerEndpoint
The ServerEndpoint
resource contains the network address of the
RDS license server endpoint.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#server_type ⇒ String
The type of license server.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The message associated with the provisioning status, if there is one.
657 658 659 660 661 662 663 664 665 666 667 668 669 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 657 class LicenseServerEndpoint < Struct.new( :identity_provider_arn, :server_type, :server_endpoint, :status_message, :license_server_endpoint_id, :license_server_endpoint_arn, :license_server_endpoint_provisioning_status, :license_servers, :creation_time) SENSITIVE = [] include Aws::Structure end |