Module: Aws::EFS::Client::_CreateAccessPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AccessPointDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_point_arn ⇒ ::String
- #access_point_id ⇒ ::String
- #client_token ⇒ ::String
- #file_system_id ⇒ ::String
- #life_cycle_state ⇒ "creating", ...
- #name ⇒ ::String
- #owner_id ⇒ ::String
- #posix_user ⇒ Types::PosixUser
- #root_directory ⇒ Types::RootDirectory
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#access_point_arn ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def access_point_arn: () -> ::String
|
#access_point_id ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def access_point_id: () -> ::String
|
#client_token ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def client_token: () -> ::String
|
#file_system_id ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def file_system_id: () -> ::String
|
#life_cycle_state ⇒ "creating", ...
92 |
# File 'sig/client.rbs', line 92
def life_cycle_state: () -> ("creating" | "available" | "updating" | "deleting" | "deleted" | "error")
|
#name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def name: () -> ::String
|
#owner_id ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def owner_id: () -> ::String
|
#posix_user ⇒ Types::PosixUser
89 |
# File 'sig/client.rbs', line 89
def posix_user: () -> Types::PosixUser
|
#root_directory ⇒ Types::RootDirectory
90 |
# File 'sig/client.rbs', line 90
def root_directory: () -> Types::RootDirectory
|