Class: Aws::Types::GetFolderOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def commit_id
  @commit_id
end

#files::Array[Types::File]

Returns the value of attribute files.

Returns:



906
907
908
# File 'sig/types.rbs', line 906

def files
  @files
end

#folder_path::String

Returns the value of attribute folder_path.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def folder_path
  @folder_path
end

#sub_folders::Array[Types::Folder]

Returns the value of attribute sub_folders.

Returns:



905
906
907
# File 'sig/types.rbs', line 905

def sub_folders
  @sub_folders
end

#sub_modules::Array[Types::SubModule]

Returns the value of attribute sub_modules.

Returns:



908
909
910
# File 'sig/types.rbs', line 908

def sub_modules
  @sub_modules
end

Returns the value of attribute symbolic_links.

Returns:



907
908
909
# File 'sig/types.rbs', line 907

def symbolic_links
  @symbolic_links
end

#tree_id::String

Returns the value of attribute tree_id.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def tree_id
  @tree_id
end