Module: Aws::S3Files::Client::_GetAccessPointResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#access_point_arn::String

Returns:

  • (::String)


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

def access_point_arn: () -> ::String

#access_point_id::String

Returns:

  • (::String)


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

def access_point_id: () -> ::String

#client_token::String

Returns:

  • (::String)


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

def client_token: () -> ::String

#file_system_id::String

Returns:

  • (::String)


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

def file_system_id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#owner_id::String

Returns:

  • (::String)


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

def owner_id: () -> ::String

#posix_userTypes::PosixUser

Returns:



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

def posix_user: () -> Types::PosixUser

#root_directoryTypes::RootDirectory



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

def root_directory: () -> Types::RootDirectory

#status"available", ...

Returns:

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


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

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

#tags::Array[Types::Tag]

Returns:



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

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