Class: Aws::Types::SymbolicLink

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_path::String

Returns the value of attribute absolute_path.

Returns:

  • (::String)


1914
1915
1916
# File 'sig/types.rbs', line 1914

def absolute_path
  @absolute_path
end

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


1913
1914
1915
# File 'sig/types.rbs', line 1913

def blob_id
  @blob_id
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

  • ("EXECUTABLE", "NORMAL", "SYMLINK")


1916
1917
1918
# File 'sig/types.rbs', line 1916

def file_mode
  @file_mode
end

#relative_path::String

Returns the value of attribute relative_path.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def relative_path
  @relative_path
end