Class: Aws::Types::File

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)


667
668
669
# File 'sig/types.rbs', line 667

def absolute_path
  @absolute_path
end

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def blob_id
  @blob_id
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

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


669
670
671
# File 'sig/types.rbs', line 669

def file_mode
  @file_mode
end

#relative_path::String

Returns the value of attribute relative_path.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def relative_path
  @relative_path
end