Class: Aws::Types::FileMetadata

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)


689
690
691
# File 'sig/types.rbs', line 689

def absolute_path
  @absolute_path
end

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def blob_id
  @blob_id
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

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


691
692
693
# File 'sig/types.rbs', line 691

def file_mode
  @file_mode
end