Class: Aws::Types::FsxUpdateProtocol
- Inherits:
-
Object
- Object
- Aws::Types::FsxUpdateProtocol
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nfs ⇒ Types::FsxProtocolNfs
Returns the value of attribute nfs.
-
#smb ⇒ Types::FsxUpdateProtocolSmb
Returns the value of attribute smb.
Instance Attribute Details
#nfs ⇒ Types::FsxProtocolNfs
Returns the value of attribute nfs.
612 613 614 |
# File 'sig/types.rbs', line 612 def nfs @nfs end |
#smb ⇒ Types::FsxUpdateProtocolSmb
Returns the value of attribute smb.
613 614 615 |
# File 'sig/types.rbs', line 613 def smb @smb end |