Class: Aws::FSx::Types::OntapUnixFileSystemUser

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The FSx for ONTAP UNIX 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 UNIX user. The name can be up to 256 characters long.

Returns:

  • (String)


7515
7516
7517
7518
7519
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7515

class OntapUnixFileSystemUser < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end