Class: Aws::Types::GetDifferencesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_commit_specifier::String

Returns the value of attribute after_commit_specifier.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def after_commit_specifier
  @after_commit_specifier
end

#after_path::String

Returns the value of attribute after_path.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def after_path
  @after_path
end

#before_commit_specifier::String

Returns the value of attribute before_commit_specifier.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def before_commit_specifier
  @before_commit_specifier
end

#before_path::String

Returns the value of attribute before_path.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def before_path
  @before_path
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


866
867
868
# File 'sig/types.rbs', line 866

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def next_token
  @next_token
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def repository_name
  @repository_name
end