Class: Aws::Types::UpdateLocationFsxOpenZfsRequest

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)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def location_arn
  @location_arn
end

#protocolTypes::FsxProtocol

Returns the value of attribute protocol.

Returns:



1022
1023
1024
# File 'sig/types.rbs', line 1022

def protocol
  @protocol
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def subdirectory
  @subdirectory
end