Module: Aws::EFS::Client::_CreateAccessPointResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#access_point_arn::String

Returns:

  • (::String)


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

def access_point_arn: () -> ::String

#access_point_id::String

Returns:

  • (::String)


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

def access_point_id: () -> ::String

#client_token::String

Returns:

  • (::String)


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

def client_token: () -> ::String

#file_system_id::String

Returns:

  • (::String)


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

def file_system_id: () -> ::String

#life_cycle_state"creating", ...

Returns:

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


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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#owner_id::String

Returns:

  • (::String)


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

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

#tags::Array[Types::Tag]

Returns:



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

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