Class: Aws::Types::PutRecordsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("NONE", "KMS")


575
576
577
# File 'sig/types.rbs', line 575

def encryption_type
  @encryption_type
end

#failed_record_count::Integer

Returns the value of attribute failed_record_count.

Returns:

  • (::Integer)


573
574
575
# File 'sig/types.rbs', line 573

def failed_record_count
  @failed_record_count
end

#records::Array[Types::PutRecordsResultEntry]

Returns the value of attribute records.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def records
  @records
end