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)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def created_records
  @created_records
end

#failed_records ⇒ ::Integer

Returns the value of attribute failed_records.

Returns:

  • (::Integer)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def failed_records
  @failed_records
end

#updated_records ⇒ ::Integer

Returns the value of attribute updated_records.

Returns:

  • (::Integer)


2530
2531
2532
# File 'sig/types.rbs', line 2530

def updated_records
  @updated_records
end