Class: Aws::FSx::Types::OntapWindowsFileSystemUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OntapWindowsFileSystemUser
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The FSx for ONTAP Windows file system user that is used for authorizing all file access requests that are made using the S3 access point.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Windows user.
Instance Attribute Details
#name ⇒ String
The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.
7695 7696 7697 7698 7699 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7695 class OntapWindowsFileSystemUser < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |