Class: Aws::Types::PutFileEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_content::String

Returns the value of attribute file_content.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def file_content
  @file_content
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

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


1717
1718
1719
# File 'sig/types.rbs', line 1717

def file_mode
  @file_mode
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def file_path
  @file_path
end

#source_fileTypes::SourceFileSpecifier

Returns the value of attribute source_file.



1719
1720
1721
# File 'sig/types.rbs', line 1719

def source_file
  @source_file
end