Module: Aws::S3Files::Client::_CreateAccessPointResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#access_point_arn::String

Returns:

  • (::String)


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

def access_point_arn: () -> ::String

#access_point_id::String

Returns:

  • (::String)


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

def access_point_id: () -> ::String

#client_token::String

Returns:

  • (::String)


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

def client_token: () -> ::String

#file_system_id::String

Returns:

  • (::String)


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

def file_system_id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#owner_id::String

Returns:

  • (::String)


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

def owner_id: () -> ::String

#posix_userTypes::PosixUser

Returns:



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

def posix_user: () -> Types::PosixUser

#root_directoryTypes::RootDirectory



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

def root_directory: () -> Types::RootDirectory

#status"available", ...

Returns:

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


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

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

#tags::Array[Types::Tag]

Returns:



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

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