Class: Aws::Types::S3AccessPointOpenZFSConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessPointOpenZFSConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
Returns the value of attribute file_system_identity.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
Returns the value of attribute file_system_identity.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def file_system_identity @file_system_identity end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def volume_id @volume_id end |