Class: Aws::Types::NFSDataRepositoryConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auto_export_policyTypes::AutoExportPolicy

Returns the value of attribute auto_export_policy.



1265
1266
1267
# File 'sig/types.rbs', line 1265

def auto_export_policy
  @auto_export_policy
end

#dns_ips::Array[::String]

Returns the value of attribute dns_ips.



1264
1265
1266
# File 'sig/types.rbs', line 1264

def dns_ips
  @dns_ips
end

#version"NFS3"

Returns the value of attribute version.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def version
  @version
end