Class: Aws::Types::CreateAccessPointResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointResponse
- 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.
29 30 31 |
# File 'sig/types.rbs', line 29 def access_point_arn @access_point_arn end |
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def access_point_id @access_point_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
31 32 33 |
# File 'sig/types.rbs', line 31 def client_token @client_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def file_system_id @file_system_id end |
#name ⇒ ::String
Returns the value of attribute name.
38 39 40 |
# File 'sig/types.rbs', line 38 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def owner_id @owner_id end |
#posix_user ⇒ Types::PosixUser
Returns the value of attribute posix_user.
35 36 37 |
# File 'sig/types.rbs', line 35 def posix_user @posix_user end |
#root_directory ⇒ Types::RootDirectory
Returns the value of attribute root_directory.
36 37 38 |
# File 'sig/types.rbs', line 36 def root_directory @root_directory end |
#status ⇒ "available", ...
Returns the value of attribute status.
33 34 35 |
# File 'sig/types.rbs', line 33 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
37 38 39 |
# File 'sig/types.rbs', line 37 def end |