Class: Aws::Types::S3FilesVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3FilesVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
-
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
-
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
-
#transit_encryption_port ⇒ ::Integer
Returns the value of attribute transit_encryption_port.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def access_point_arn @access_point_arn end |
#file_system_arn ⇒ ::String
Returns the value of attribute file_system_arn.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def file_system_arn @file_system_arn end |
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def root_directory @root_directory end |
#transit_encryption_port ⇒ ::Integer
Returns the value of attribute transit_encryption_port.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def transit_encryption_port @transit_encryption_port end |