Class: Aws::FSx::Types::OntapWindowsFileSystemUser

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.

Returns:

  • (String)


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