Class: Aws::Types::AwsEfsAccessPointDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEfsAccessPointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#posix_user ⇒ Types::AwsEfsAccessPointPosixUserDetails
Returns the value of attribute posix_user.
-
#root_directory ⇒ Types::AwsEfsAccessPointRootDirectoryDetails
Returns the value of attribute root_directory.
Instance Attribute Details
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def access_point_id @access_point_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def arn @arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def client_token @client_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def file_system_id @file_system_id end |
#posix_user ⇒ Types::AwsEfsAccessPointPosixUserDetails
Returns the value of attribute posix_user.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def posix_user @posix_user end |
#root_directory ⇒ Types::AwsEfsAccessPointRootDirectoryDetails
Returns the value of attribute root_directory.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def root_directory @root_directory end |