Class: Aws::Types::DataSetExportSummary

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)


225
226
227
# File 'sig/types.rbs', line 225

def failed
  @failed
end

#in_progress::Integer

Returns the value of attribute in_progress.

Returns:

  • (::Integer)


226
227
228
# File 'sig/types.rbs', line 226

def in_progress
  @in_progress
end

#pending::Integer

Returns the value of attribute pending.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def pending
  @pending
end

#succeeded::Integer

Returns the value of attribute succeeded.

Returns:

  • (::Integer)


228
229
230
# File 'sig/types.rbs', line 228

def succeeded
  @succeeded
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def total
  @total
end