Class: Aws::Types::UpdateLocationFsxOpenZfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationFsxOpenZfsRequest
- 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::FsxProtocol
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.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def location_arn @location_arn end |
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def protocol @protocol end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def subdirectory @subdirectory end |