Class: Aws::Types::SvmEndpoints

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#iscsiTypes::SvmEndpoint

Returns the value of attribute iscsi.



1665
1666
1667
# File 'sig/types.rbs', line 1665

def iscsi
  @iscsi
end

#managementTypes::SvmEndpoint

Returns the value of attribute management.



1666
1667
1668
# File 'sig/types.rbs', line 1666

def management
  @management
end

#nfsTypes::SvmEndpoint

Returns the value of attribute nfs.



1667
1668
1669
# File 'sig/types.rbs', line 1667

def nfs
  @nfs
end

#smbTypes::SvmEndpoint

Returns the value of attribute smb.



1668
1669
1670
# File 'sig/types.rbs', line 1668

def smb
  @smb
end