Class: Aws::Types::AccessPointDescription
- Inherits:
-
Object
- Object
- Aws::Types::AccessPointDescription
- 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.
-
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#life_cycle_state ⇒ "creating", ...
Returns the value of attribute life_cycle_state.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_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
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def access_point_arn @access_point_arn end |
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def access_point_id @access_point_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
19 20 21 |
# File 'sig/types.rbs', line 19 def client_token @client_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def file_system_id @file_system_id end |
#life_cycle_state ⇒ "creating", ...
Returns the value of attribute life_cycle_state.
28 29 30 |
# File 'sig/types.rbs', line 28 def life_cycle_state @life_cycle_state end |
#name ⇒ ::String
Returns the value of attribute name.
20 21 22 |
# File 'sig/types.rbs', line 20 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def owner_id @owner_id end |
#posix_user ⇒ Types::PosixUser
Returns the value of attribute posix_user.
25 26 27 |
# File 'sig/types.rbs', line 25 def posix_user @posix_user end |
#root_directory ⇒ Types::RootDirectory
Returns the value of attribute root_directory.
26 27 28 |
# File 'sig/types.rbs', line 26 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 end |