Class: Aws::Types::Difference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_blobTypes::BlobMetadata

Returns the value of attribute after_blob.

Returns:



608
609
610
# File 'sig/types.rbs', line 608

def after_blob
  @after_blob
end

#before_blobTypes::BlobMetadata

Returns the value of attribute before_blob.

Returns:



607
608
609
# File 'sig/types.rbs', line 607

def before_blob
  @before_blob
end

#change_type"A", ...

Returns the value of attribute change_type.

Returns:

  • ("A", "M", "D")


609
610
611
# File 'sig/types.rbs', line 609

def change_type
  @change_type
end