Class: Aws::Types::GetBlobDifferencesOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBlobDifferencesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_blob_size ⇒ ::Integer
Returns the value of attribute after_blob_size.
-
#before_blob_size ⇒ ::Integer
Returns the value of attribute before_blob_size.
-
#hunks ⇒ ::Array[Types::DiffHunk]
Returns the value of attribute hunks.
-
#is_binary ⇒ Boolean
Returns the value of attribute is_binary.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#after_blob_size ⇒ ::Integer
Returns the value of attribute after_blob_size.
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.
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.
764 765 766 |
# File 'sig/types.rbs', line 764 def hunks @hunks end |
#is_binary ⇒ Boolean
Returns the value of attribute is_binary.
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.
768 769 770 |
# File 'sig/types.rbs', line 768 def next_token @next_token end |