Class: Aws::Types::ConflictMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ConflictMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_conflict ⇒ Boolean
Returns the value of attribute content_conflict.
-
#file_mode_conflict ⇒ Boolean
Returns the value of attribute file_mode_conflict.
-
#file_modes ⇒ Types::FileModes
Returns the value of attribute file_modes.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#file_sizes ⇒ Types::FileSizes
Returns the value of attribute file_sizes.
-
#is_binary_file ⇒ Types::IsBinaryFile
Returns the value of attribute is_binary_file.
-
#merge_operations ⇒ Types::MergeOperations
Returns the value of attribute merge_operations.
-
#number_of_conflicts ⇒ ::Integer
Returns the value of attribute number_of_conflicts.
-
#object_type_conflict ⇒ Boolean
Returns the value of attribute object_type_conflict.
-
#object_types ⇒ Types::ObjectTypes
Returns the value of attribute object_types.
Instance Attribute Details
#content_conflict ⇒ Boolean
Returns the value of attribute content_conflict.
356 357 358 |
# File 'sig/types.rbs', line 356 def content_conflict @content_conflict end |
#file_mode_conflict ⇒ Boolean
Returns the value of attribute file_mode_conflict.
357 358 359 |
# File 'sig/types.rbs', line 357 def file_mode_conflict @file_mode_conflict end |
#file_modes ⇒ Types::FileModes
Returns the value of attribute file_modes.
352 353 354 |
# File 'sig/types.rbs', line 352 def file_modes @file_modes end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
350 351 352 |
# File 'sig/types.rbs', line 350 def file_path @file_path end |
#file_sizes ⇒ Types::FileSizes
Returns the value of attribute file_sizes.
351 352 353 |
# File 'sig/types.rbs', line 351 def file_sizes @file_sizes end |
#is_binary_file ⇒ Types::IsBinaryFile
Returns the value of attribute is_binary_file.
355 356 357 |
# File 'sig/types.rbs', line 355 def is_binary_file @is_binary_file end |
#merge_operations ⇒ Types::MergeOperations
Returns the value of attribute merge_operations.
359 360 361 |
# File 'sig/types.rbs', line 359 def merge_operations @merge_operations end |
#number_of_conflicts ⇒ ::Integer
Returns the value of attribute number_of_conflicts.
354 355 356 |
# File 'sig/types.rbs', line 354 def number_of_conflicts @number_of_conflicts end |
#object_type_conflict ⇒ Boolean
Returns the value of attribute object_type_conflict.
358 359 360 |
# File 'sig/types.rbs', line 358 def object_type_conflict @object_type_conflict end |
#object_types ⇒ Types::ObjectTypes
Returns the value of attribute object_types.
353 354 355 |
# File 'sig/types.rbs', line 353 def object_types @object_types end |