Class: Aws::Types::ResultsSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResultsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_records ⇒ ::Integer
Returns the value of attribute created_records.
-
#failed_records ⇒ ::Integer
Returns the value of attribute failed_records.
-
#updated_records ⇒ ::Integer
Returns the value of attribute updated_records.
Instance Attribute Details
#created_records ⇒ ::Integer
Returns the value of attribute created_records.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def created_records @created_records end |
#failed_records ⇒ ::Integer
Returns the value of attribute failed_records.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def failed_records @failed_records end |
#updated_records ⇒ ::Integer
Returns the value of attribute updated_records.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def updated_records @updated_records end |