Class: Aws::Types::CreateAccessPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::PosixUser
Returns the value of attribute posix_user.
-
#root_directory ⇒ Types::RootDirectory
Returns the value of attribute root_directory.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
20 21 22 |
# File 'sig/types.rbs', line 20 def client_token @client_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def file_system_id @file_system_id end |
#posix_user ⇒ Types::PosixUser
Returns the value of attribute posix_user.
23 24 25 |
# File 'sig/types.rbs', line 23 def posix_user @posix_user end |
#root_directory ⇒ Types::RootDirectory
Returns the value of attribute root_directory.
24 25 26 |
# File 'sig/types.rbs', line 24 def root_directory @root_directory end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
21 22 23 |
# File 'sig/types.rbs', line 21 def @tags end |