Class: Aws::Types::GetFolderInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_specifier::String

Returns the value of attribute commit_specifier.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def commit_specifier
  @commit_specifier
end

#folder_path::String

Returns the value of attribute folder_path.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def folder_path
  @folder_path
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def repository_name
  @repository_name
end