Module: Aws::S3Files::Client::_GetFileSystemResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetFileSystemResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#bucket::String

Returns:

  • (::String)


228
# File 'sig/client.rbs', line 228

def bucket: () -> ::String

#client_token::String

Returns:

  • (::String)


230
# File 'sig/client.rbs', line 230

def client_token: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


225
# File 'sig/client.rbs', line 225

def creation_time: () -> ::Time

#file_system_arn::String

Returns:

  • (::String)


226
# File 'sig/client.rbs', line 226

def file_system_arn: () -> ::String

#file_system_id::String

Returns:

  • (::String)


227
# File 'sig/client.rbs', line 227

def file_system_id: () -> ::String

#kms_key_id::String

Returns:

  • (::String)


231
# File 'sig/client.rbs', line 231

def kms_key_id: () -> ::String

#name::String

Returns:

  • (::String)


237
# File 'sig/client.rbs', line 237

def name: () -> ::String

#owner_id::String

Returns:

  • (::String)


235
# File 'sig/client.rbs', line 235

def owner_id: () -> ::String

#prefix::String

Returns:

  • (::String)


229
# File 'sig/client.rbs', line 229

def prefix: () -> ::String

#role_arn::String

Returns:

  • (::String)


234
# File 'sig/client.rbs', line 234

def role_arn: () -> ::String

#status"available", ...

Returns:

  • ("available", "creating", "deleting", "deleted", "error", "updating")


232
# File 'sig/client.rbs', line 232

def status: () -> ("available" | "creating" | "deleting" | "deleted" | "error" | "updating")

#status_message::String

Returns:

  • (::String)


233
# File 'sig/client.rbs', line 233

def status_message: () -> ::String

#tags::Array[Types::Tag]

Returns:



236
# File 'sig/client.rbs', line 236

def tags: () -> ::Array[Types::Tag]