Class: Aws::Types::GetFileOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob_id::String

Returns the value of attribute blob_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def blob_id
  @blob_id
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def commit_id
  @commit_id
end

#file_content::String

Returns the value of attribute file_content.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def file_content
  @file_content
end

#file_mode"EXECUTABLE", ...

Returns the value of attribute file_mode.

Returns:

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


888
889
890
# File 'sig/types.rbs', line 888

def file_mode
  @file_mode
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def file_path
  @file_path
end

#file_size::Integer

Returns the value of attribute file_size.

Returns:

  • (::Integer)


889
890
891
# File 'sig/types.rbs', line 889

def file_size
  @file_size
end