Class: Aws::LicenseManagerUserSubscriptions::Types::RdsSalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::RdsSalSettings
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Server settings that are specific to a Remote Desktop Services (RDS) license server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rds_sal_credentials_provider ⇒ Types::CredentialsProvider
The
CredentialsProvider
resource contains a reference to the credentials provider that's used for RDS license server user administration.
Instance Attribute Details
#rds_sal_credentials_provider ⇒ Types::CredentialsProvider
The CredentialsProvider
resource contains a reference to the
credentials provider that's used for RDS license server user
administration.
1038 1039 1040 1041 1042 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1038 class RdsSalSettings < Struct.new( :rds_sal_credentials_provider) SENSITIVE = [] include Aws::Structure end |