Class: Aws::Types::UpdateLocationFsxOntapRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationFsxOntapRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#protocol ⇒ Types::FsxUpdateProtocol
Returns the value of attribute protocol.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def location_arn @location_arn end |
#protocol ⇒ Types::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.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def subdirectory @subdirectory end |