Class: Aws::Types::GetBlobDifferencesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_blob_size::Integer

Returns the value of attribute after_blob_size.

Returns:

  • (::Integer)


767
768
769
# File 'sig/types.rbs', line 767

def after_blob_size
  @after_blob_size
end

#before_blob_size::Integer

Returns the value of attribute before_blob_size.

Returns:

  • (::Integer)


766
767
768
# File 'sig/types.rbs', line 766

def before_blob_size
  @before_blob_size
end

#hunks::Array[Types::DiffHunk]

Returns the value of attribute hunks.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def hunks
  @hunks
end

#is_binaryBoolean

Returns the value of attribute is_binary.

Returns:

  • (Boolean)


765
766
767
# File 'sig/types.rbs', line 765

def is_binary
  @is_binary
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def next_token
  @next_token
end