Class: Aws::Types::FsxProtocol
- Inherits:
-
Object
- Object
- Aws::Types::FsxProtocol
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nfs ⇒ Types::FsxProtocolNfs
Returns the value of attribute nfs.
-
#smb ⇒ Types::FsxProtocolSmb
Returns the value of attribute smb.
Instance Attribute Details
#nfs ⇒ Types::FsxProtocolNfs
Returns the value of attribute nfs.
590 591 592 |
# File 'sig/types.rbs', line 590 def nfs @nfs end |
#smb ⇒ Types::FsxProtocolSmb
Returns the value of attribute smb.
591 592 593 |
# File 'sig/types.rbs', line 591 def smb @smb end |