Class: Aws::Types::OntapFileSystemIdentity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"UNIX", "WINDOWS"

Returns the value of attribute type.

Returns:

  • ("UNIX", "WINDOWS")


1294
1295
1296
# File 'sig/types.rbs', line 1294

def type
  @type
end

#unix_userTypes::OntapUnixFileSystemUser

Returns the value of attribute unix_user.



1295
1296
1297
# File 'sig/types.rbs', line 1295

def unix_user
  @unix_user
end

#windows_userTypes::OntapWindowsFileSystemUser

Returns the value of attribute windows_user.



1296
1297
1298
# File 'sig/types.rbs', line 1296

def windows_user
  @windows_user
end