Class: Aws::LicenseManagerUserSubscriptions::Types::RdsSalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::RdsSalSettings
- Includes:
- Structure
- Defined in:
- 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.
1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1050 class RdsSalSettings < Struct.new( :rds_sal_credentials_provider) SENSITIVE = [] include Aws::Structure end |