Module: Aws::S3Files::Client::_GetFileSystemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFileSystemResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bucket ⇒ ::String
- #client_token ⇒ ::String
- #creation_time ⇒ ::Time
- #file_system_arn ⇒ ::String
- #file_system_id ⇒ ::String
- #kms_key_id ⇒ ::String
- #name ⇒ ::String
- #owner_id ⇒ ::String
- #prefix ⇒ ::String
- #role_arn ⇒ ::String
- #status ⇒ "available", ...
- #status_message ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#bucket ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def bucket: () -> ::String
|
#client_token ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def client_token: () -> ::String
|
#creation_time ⇒ ::Time
225 |
# File 'sig/client.rbs', line 225
def creation_time: () -> ::Time
|
#file_system_arn ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def file_system_arn: () -> ::String
|
#file_system_id ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def file_system_id: () -> ::String
|
#kms_key_id ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def kms_key_id: () -> ::String
|
#name ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def name: () -> ::String
|
#owner_id ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def owner_id: () -> ::String
|
#prefix ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def prefix: () -> ::String
|
#role_arn ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def role_arn: () -> ::String
|
#status ⇒ "available", ...
232 |
# File 'sig/client.rbs', line 232
def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")
|
#status_message ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
236 |
# File 'sig/client.rbs', line 236
def tags: () -> ::Array[Types::Tag]
|