Class: Aws::Types::BatchLoadProgressReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_metered ⇒ ::Integer

Returns the value of attribute bytes_metered.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def bytes_metered
  @bytes_metered
end

#file_failures ⇒ ::Integer

Returns the value of attribute file_failures.

Returns:

  • (::Integer)


21
22
23
# File 'sig/types.rbs', line 21

def file_failures
  @file_failures
end

#parse_failures ⇒ ::Integer

Returns the value of attribute parse_failures.

Returns:

  • (::Integer)


19
20
21
# File 'sig/types.rbs', line 19

def parse_failures
  @parse_failures
end

#record_ingestion_failures ⇒ ::Integer

Returns the value of attribute record_ingestion_failures.

Returns:

  • (::Integer)


20
21
22
# File 'sig/types.rbs', line 20

def record_ingestion_failures
  @record_ingestion_failures
end

#records_ingested ⇒ ::Integer

Returns the value of attribute records_ingested.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def records_ingested
  @records_ingested
end

#records_processed ⇒ ::Integer

Returns the value of attribute records_processed.

Returns:

  • (::Integer)


17
18
19
# File 'sig/types.rbs', line 17

def records_processed
  @records_processed
end