Class: Aws::Types::DescribeLocationNfsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


443
444
445
# File 'sig/types.rbs', line 443

def creation_time
  @creation_time
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def location_uri
  @location_uri
end

#mount_optionsTypes::NfsMountOptions

Returns the value of attribute mount_options.



442
443
444
# File 'sig/types.rbs', line 442

def mount_options
  @mount_options
end

#on_prem_configTypes::OnPremConfig

Returns the value of attribute on_prem_config.

Returns:



441
442
443
# File 'sig/types.rbs', line 441

def on_prem_config
  @on_prem_config
end