Class: Aws::Types::GetBlobDifferencesInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBlobDifferencesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_blob_id ⇒ ::String
Returns the value of attribute after_blob_id.
-
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
-
#context_lines ⇒ ::Integer
Returns the value of attribute context_lines.
-
#ignore_whitespace ⇒ Boolean
Returns the value of attribute ignore_whitespace.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#after_blob_id ⇒ ::String
Returns the value of attribute after_blob_id.
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.
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.
756 757 758 |
# File 'sig/types.rbs', line 756 def context_lines @context_lines end |
#ignore_whitespace ⇒ Boolean
Returns the value of attribute ignore_whitespace.
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.
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.
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.
753 754 755 |
# File 'sig/types.rbs', line 753 def repository_name @repository_name end |