Class: Aws::Types::ResultsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_records::Integer

Returns the value of attribute created_records.

Returns:

  • (::Integer)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def created_records
  @created_records
end

#failed_records::Integer

Returns the value of attribute failed_records.

Returns:

  • (::Integer)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def failed_records
  @failed_records
end

#updated_records::Integer

Returns the value of attribute updated_records.

Returns:

  • (::Integer)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def updated_records
  @updated_records
end