Class: Aws::Types::AwsEfsAccessPointDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_id::String

Returns the value of attribute access_point_id.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def access_point_id
  @access_point_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def arn
  @arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def client_token
  @client_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def file_system_id
  @file_system_id
end

#posix_userTypes::AwsEfsAccessPointPosixUserDetails

Returns the value of attribute posix_user.



2489
2490
2491
# File 'sig/types.rbs', line 2489

def posix_user
  @posix_user
end

#root_directoryTypes::AwsEfsAccessPointRootDirectoryDetails

Returns the value of attribute root_directory.



2490
2491
2492
# File 'sig/types.rbs', line 2490

def root_directory
  @root_directory
end