Class: Aws::Types::CreateLocationFsxOpenZfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationFsxOpenZfsRequest
- 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.
-
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
-
#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.
116 117 118 |
# File 'sig/types.rbs', line 116 def fsx_filesystem_arn @fsx_filesystem_arn end |
#protocol ⇒ Types::FsxProtocol
Returns the value of attribute protocol.
117 118 119 |
# File 'sig/types.rbs', line 117 def protocol @protocol end |
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
118 119 120 |
# File 'sig/types.rbs', line 118 def security_group_arns @security_group_arns end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
119 120 121 |
# File 'sig/types.rbs', line 119 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
120 121 122 |
# File 'sig/types.rbs', line 120 def @tags end |