Class: Aws::Types::Difference
- Inherits:
-
Object
- Object
- Aws::Types::Difference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_blob ⇒ Types::BlobMetadata
Returns the value of attribute after_blob.
-
#before_blob ⇒ Types::BlobMetadata
Returns the value of attribute before_blob.
-
#change_type ⇒ "A", ...
Returns the value of attribute change_type.
Instance Attribute Details
#after_blob ⇒ Types::BlobMetadata
Returns the value of attribute after_blob.
608 609 610 |
# File 'sig/types.rbs', line 608 def after_blob @after_blob end |
#before_blob ⇒ Types::BlobMetadata
Returns the value of attribute before_blob.
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.
609 610 611 |
# File 'sig/types.rbs', line 609 def change_type @change_type end |