Module: Aws::S3Files::Client::_CreateAccessPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessPointResponse]
- 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
83 |
# File 'sig/client.rbs', line 83
def access_point_arn: () -> ::String
|
#access_point_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def access_point_id: () -> ::String
|
#client_token ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def client_token: () -> ::String
|
#file_system_id ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def file_system_id: () -> ::String
|
#name ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def name: () -> ::String
|
#owner_id ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
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
|
#status ⇒ "available", ...
87 |
# File 'sig/client.rbs', line 87
def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")
|