Class: Aws::Deadline::Types::WindowsUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::WindowsUser
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The Windows user details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password_arn ⇒ String
The password ARN for the Windows user.
-
#user ⇒ String
The user.
Instance Attribute Details
#password_arn ⇒ String
The password ARN for the Windows user.
10503 10504 10505 10506 10507 10508 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10503 class WindowsUser < Struct.new( :user, :password_arn) SENSITIVE = [] include Aws::Structure end |
#user ⇒ String
The user.
10503 10504 10505 10506 10507 10508 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 10503 class WindowsUser < Struct.new( :user, :password_arn) SENSITIVE = [] include Aws::Structure end |