Class: Aws::FSx::Types::OntapUnixFileSystemUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::OntapUnixFileSystemUser
- 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
-
#name ⇒ String
The name of the UNIX user.
Instance Attribute Details
#name ⇒ String
The name of the UNIX user. The name can be up to 256 characters long.
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 |