Class: Aws::Types::UpdateLocationFsxOntapRequest

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)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def location_arn
  @location_arn
end

#protocolTypes::FsxUpdateProtocol

Returns the value of attribute protocol.



1012
1013
1014
# File 'sig/types.rbs', line 1012

def protocol
  @protocol
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def subdirectory
  @subdirectory
end