Class: Aws::Types::GetAccessPointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessPointResponse
- 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.
-
#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.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#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.
135 136 137 |
# File 'sig/types.rbs', line 135 def access_point_arn @access_point_arn end |
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def access_point_id @access_point_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
137 138 139 |
# File 'sig/types.rbs', line 137 def client_token @client_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def file_system_id @file_system_id end |
#name ⇒ ::String
Returns the value of attribute name.
144 145 146 |
# File 'sig/types.rbs', line 144 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def owner_id @owner_id end |
#posix_user ⇒ Types::PosixUser
Returns the value of attribute posix_user.
141 142 143 |
# File 'sig/types.rbs', line 141 def posix_user @posix_user end |
#root_directory ⇒ Types::RootDirectory
Returns the value of attribute root_directory.
142 143 144 |
# File 'sig/types.rbs', line 142 def root_directory @root_directory end |
#status ⇒ "available", ...
Returns the value of attribute status.
139 140 141 |
# File 'sig/types.rbs', line 139 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |