Class: Aws::Types::DataSetExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataSetExportSummary
- 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.
225 226 227 |
# File 'sig/types.rbs', line 225 def failed @failed end |
#in_progress ⇒ ::Integer
Returns the value of attribute in_progress.
226 227 228 |
# File 'sig/types.rbs', line 226 def in_progress @in_progress end |
#pending ⇒ ::Integer
Returns the value of attribute pending.
227 228 229 |
# File 'sig/types.rbs', line 227 def pending @pending end |
#succeeded ⇒ ::Integer
Returns the value of attribute succeeded.
228 229 230 |
# File 'sig/types.rbs', line 228 def succeeded @succeeded end |
#total ⇒ ::Integer
Returns the value of attribute total.
229 230 231 |
# File 'sig/types.rbs', line 229 def total @total end |