Class: Aws::Types::CreateLocationFsxLustreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationFsxLustreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fsx_filesystem_arn ⇒ ::String
Returns the value of attribute fsx_filesystem_arn.
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#fsx_filesystem_arn ⇒ ::String
Returns the value of attribute fsx_filesystem_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def fsx_filesystem_arn @fsx_filesystem_arn end |
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
90 91 92 |
# File 'sig/types.rbs', line 90 def security_group_arns @security_group_arns end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
91 92 93 |
# File 'sig/types.rbs', line 91 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
92 93 94 |
# File 'sig/types.rbs', line 92 def @tags end |