Class: Aws::Types::UpdateLocationNfsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def location_arn
  @location_arn
end

#mount_optionsTypes::NfsMountOptions

Returns the value of attribute mount_options.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def mount_options
  @mount_options
end

#on_prem_configTypes::OnPremConfig

Returns the value of attribute on_prem_config.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def on_prem_config
  @on_prem_config
end

#server_hostname::String

Returns the value of attribute server_hostname.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def server_hostname
  @server_hostname
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def subdirectory
  @subdirectory
end