Class: Aws::AppStream::Types::UpdateDirectoryConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateDirectoryConfigRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass UpdateDirectoryConfigRequest data as a hash:
{
directory_name: "DirectoryName", # required
organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"],
service_account_credentials: {
account_name: "AccountName", # required
account_password: "AccountPassword", # required
},
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_name ⇒ String
The name of the Directory Config object.
-
#organizational_unit_distinguished_names ⇒ Array<String>
The distinguished names of the organizational units for computer accounts.
-
#service_account_credentials ⇒ Types::ServiceAccountCredentials
The credentials for the service account used by the fleet or image builder to connect to the directory.
Instance Attribute Details
#directory_name ⇒ String
The name of the Directory Config object.
4978 4979 4980 4981 4982 4983 4984 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4978 class UpdateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_distinguished_names ⇒ Array<String>
The distinguished names of the organizational units for computer accounts.
4978 4979 4980 4981 4982 4983 4984 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4978 class UpdateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials) SENSITIVE = [] include Aws::Structure end |
#service_account_credentials ⇒ Types::ServiceAccountCredentials
The credentials for the service account used by the fleet or image builder to connect to the directory.
4978 4979 4980 4981 4982 4983 4984 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4978 class UpdateDirectoryConfigRequest < Struct.new( :directory_name, :organizational_unit_distinguished_names, :service_account_credentials) SENSITIVE = [] include Aws::Structure end |