Class: Aws::Types::EFSVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EFSVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::EFSAuthorizationConfig
Returns the value of attribute authorization_config.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
-
#transit_encryption ⇒ "ENABLED", "DISABLED"
Returns the value of attribute transit_encryption.
-
#transit_encryption_port ⇒ ::Integer
Returns the value of attribute transit_encryption_port.
Instance Attribute Details
#authorization_config ⇒ Types::EFSAuthorizationConfig
Returns the value of attribute authorization_config.
586 587 588 |
# File 'sig/types.rbs', line 586 def @authorization_config end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def file_system_id @file_system_id end |
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
583 584 585 |
# File 'sig/types.rbs', line 583 def root_directory @root_directory end |
#transit_encryption ⇒ "ENABLED", "DISABLED"
Returns the value of attribute transit_encryption.
584 585 586 |
# File 'sig/types.rbs', line 584 def transit_encryption @transit_encryption end |
#transit_encryption_port ⇒ ::Integer
Returns the value of attribute transit_encryption_port.
585 586 587 |
# File 'sig/types.rbs', line 585 def transit_encryption_port @transit_encryption_port end |