Class: Aws::Types::SetFileModeEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

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


1889
1890
1891
# File 'sig/types.rbs', line 1889

def file_mode
  @file_mode
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1888
1889
1890
# File 'sig/types.rbs', line 1888

def file_path
  @file_path
end