Class: Aws::Types::FsxProtocol

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#nfsTypes::FsxProtocolNfs

Returns the value of attribute nfs.



590
591
592
# File 'sig/types.rbs', line 590

def nfs
  @nfs
end

#smbTypes::FsxProtocolSmb

Returns the value of attribute smb.



591
592
593
# File 'sig/types.rbs', line 591

def smb
  @smb
end