Class: Aws::Types::ImportStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ImportStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events_completed ⇒ ::Integer
Returns the value of attribute events_completed.
-
#failed_entries ⇒ ::Integer
Returns the value of attribute failed_entries.
-
#files_completed ⇒ ::Integer
Returns the value of attribute files_completed.
-
#prefixes_completed ⇒ ::Integer
Returns the value of attribute prefixes_completed.
-
#prefixes_found ⇒ ::Integer
Returns the value of attribute prefixes_found.
Instance Attribute Details
#events_completed ⇒ ::Integer
Returns the value of attribute events_completed.
625 626 627 |
# File 'sig/types.rbs', line 625 def events_completed @events_completed end |
#failed_entries ⇒ ::Integer
Returns the value of attribute failed_entries.
626 627 628 |
# File 'sig/types.rbs', line 626 def failed_entries @failed_entries end |
#files_completed ⇒ ::Integer
Returns the value of attribute files_completed.
624 625 626 |
# File 'sig/types.rbs', line 624 def files_completed @files_completed end |
#prefixes_completed ⇒ ::Integer
Returns the value of attribute prefixes_completed.
623 624 625 |
# File 'sig/types.rbs', line 623 def prefixes_completed @prefixes_completed end |
#prefixes_found ⇒ ::Integer
Returns the value of attribute prefixes_found.
622 623 624 |
# File 'sig/types.rbs', line 622 def prefixes_found @prefixes_found end |