Class: Aws::Types::DataSetImportSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


262
263
264
# File 'sig/types.rbs', line 262

def failed
  @failed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


263
264
265
# File 'sig/types.rbs', line 263

def in_progress
  @in_progress
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


264
265
266
# File 'sig/types.rbs', line 264

def pending
  @pending
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


265
266
267
# File 'sig/types.rbs', line 265

def succeeded
  @succeeded
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


266
267
268
# File 'sig/types.rbs', line 266

def total
  @total
end