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.
9438 9439 9440 9441 9442 9443 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9438 class WindowsUser < Struct.new( :user, :password_arn) SENSITIVE = [] include Aws::Structure end |
#user ⇒ String
The user.
9438 9439 9440 9441 9442 9443 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9438 class WindowsUser < Struct.new( :user, :password_arn) SENSITIVE = [] include Aws::Structure end |