Class: Aws::Types::GetFileInput

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)


879
880
881
# File 'sig/types.rbs', line 879

def commit_specifier
  @commit_specifier
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def file_path
  @file_path
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def repository_name
  @repository_name
end