Module: Aws::S3Files::Client::_GetAccessPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessPointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_point_arn ⇒ ::String
- #access_point_id ⇒ ::String
- #client_token ⇒ ::String
- #file_system_id ⇒ ::String
- #name ⇒ ::String
- #owner_id ⇒ ::String
- #posix_user ⇒ Types::PosixUser
- #root_directory ⇒ Types::RootDirectory
- #status ⇒ "available", ...
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#access_point_arn ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def access_point_arn: () -> ::String
|
#access_point_id ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def access_point_id: () -> ::String
|
#client_token ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def client_token: () -> ::String
|
#file_system_id ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def file_system_id: () -> ::String
|
#name ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def name: () -> ::String
|
#owner_id ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def owner_id: () -> ::String
|
#posix_user ⇒ Types::PosixUser
212 |
# File 'sig/client.rbs', line 212
def posix_user: () -> Types::PosixUser
|
#root_directory ⇒ Types::RootDirectory
213 |
# File 'sig/client.rbs', line 213
def root_directory: () -> Types::RootDirectory
|
#status ⇒ "available", ...
210 |
# File 'sig/client.rbs', line 210
def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")
|
#tags ⇒ ::Array[Types::Tag]
214 |
# File 'sig/client.rbs', line 214
def tags: () -> ::Array[Types::Tag]
|