Class: Aws::Types::GetFolderOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetFolderOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#files ⇒ ::Array[Types::File]
Returns the value of attribute files.
-
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
-
#sub_folders ⇒ ::Array[Types::Folder]
Returns the value of attribute sub_folders.
-
#sub_modules ⇒ ::Array[Types::SubModule]
Returns the value of attribute sub_modules.
-
#symbolic_links ⇒ ::Array[Types::SymbolicLink]
Returns the value of attribute symbolic_links.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
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.
906 907 908 |
# File 'sig/types.rbs', line 906 def files @files end |
#folder_path ⇒ ::String
Returns the value of attribute folder_path.
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.
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.
908 909 910 |
# File 'sig/types.rbs', line 908 def sub_modules @sub_modules end |
#symbolic_links ⇒ ::Array[Types::SymbolicLink]
Returns the value of attribute symbolic_links.
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.
904 905 906 |
# File 'sig/types.rbs', line 904 def tree_id @tree_id end |