Class: Aws::Types::CreateLocationNfsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mount_optionsTypes::NfsMountOptions

Returns the value of attribute mount_options.



175
176
177
# File 'sig/types.rbs', line 175

def mount_options
  @mount_options
end

#on_prem_configTypes::OnPremConfig

Returns the value of attribute on_prem_config.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def on_prem_config
  @on_prem_config
end

#server_hostname::String

Returns the value of attribute server_hostname.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def server_hostname
  @server_hostname
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def tags
  @tags
end