Class: Aws::Types::GetBlobDifferencesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_id::String

Returns the value of attribute after_blob_id.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def after_blob_id
  @after_blob_id
end

#before_blob_id::String

Returns the value of attribute before_blob_id.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def before_blob_id
  @before_blob_id
end

#context_lines::Integer

Returns the value of attribute context_lines.

Returns:

  • (::Integer)


756
757
758
# File 'sig/types.rbs', line 756

def context_lines
  @context_lines
end

#ignore_whitespaceBoolean

Returns the value of attribute ignore_whitespace.

Returns:

  • (Boolean)


757
758
759
# File 'sig/types.rbs', line 757

def ignore_whitespace
  @ignore_whitespace
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


758
759
760
# File 'sig/types.rbs', line 758

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def next_token
  @next_token
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def repository_name
  @repository_name
end