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.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def created_records @created_records end |
#failed_records ⇒ ::Integer
Returns the value of attribute failed_records.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def failed_records @failed_records end |
#updated_records ⇒ ::Integer
Returns the value of attribute updated_records.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def updated_records @updated_records end |