Class: Aws::Types::DataSetImportSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSetImportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Integer
Returns the value of attribute failed.
-
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
-
#pending ⇒ ::Integer
Returns the value of attribute pending.
-
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#failed ⇒ ::Integer
Returns the value of attribute failed.
262 263 264 |
# File 'sig/types.rbs', line 262 def failed @failed end |
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
263 264 265 |
# File 'sig/types.rbs', line 263 def in_progress @in_progress end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
264 265 266 |
# File 'sig/types.rbs', line 264 def pending @pending end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
265 266 267 |
# File 'sig/types.rbs', line 265 def succeeded @succeeded end |
#total ⇒ ::Integer
Returns the value of attribute total.
266 267 268 |
# File 'sig/types.rbs', line 266 def total @total end |