Class: Aws::Types::RecordsIngested

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#magnetic_store ⇒ ::Integer

Returns the value of attribute magnetic_store.

Returns:

  • (::Integer)


345
346
347
# File 'sig/types.rbs', line 345

def magnetic_store
  @magnetic_store
end

#memory_store ⇒ ::Integer

Returns the value of attribute memory_store.

Returns:

  • (::Integer)


344
345
346
# File 'sig/types.rbs', line 344

def memory_store
  @memory_store
end

#total ⇒ ::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


343
344
345
# File 'sig/types.rbs', line 343

def total
  @total
end