Module: Aws::S3Files::Client::_CreateFileSystemResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#bucket::String

Returns:

  • (::String)


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

def bucket: () -> ::String

#client_token::String

Returns:

  • (::String)


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

def client_token: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#file_system_arn::String

Returns:

  • (::String)


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

def file_system_arn: () -> ::String

#file_system_id::String

Returns:

  • (::String)


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

def file_system_id: () -> ::String

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#owner_id::String

Returns:

  • (::String)


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

def owner_id: () -> ::String

#prefix::String

Returns:

  • (::String)


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

def prefix: () -> ::String

#role_arn::String

Returns:

  • (::String)


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

def role_arn: () -> ::String

#status"available", ...

Returns:

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


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

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

#status_message::String

Returns:

  • (::String)


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

def status_message: () -> ::String

#tags::Array[Types::Tag]

Returns:



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

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