Class: Aws::Types::UpdateLocationFsxLustreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationFsxLustreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def location_arn @location_arn end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def subdirectory @subdirectory end |