Class: Aws::Firehose::Types::PutRecordBatchOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptedBoolean

Indicates whether server-side encryption (SSE) was enabled during this operation.

Returns:

  • (Boolean)


3144
3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-firehose/types.rb', line 3144

class PutRecordBatchOutput < Struct.new(
  :failed_put_count,
  :encrypted,
  :request_responses)
  SENSITIVE = []
  include Aws::Structure
end

#failed_put_countInteger

The number of records that might have failed processing. This number might be greater than 0 even if the PutRecordBatch call succeeds. Check ‘FailedPutCount` to determine whether there are records that you need to resend.

Returns:

  • (Integer)


3144
3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-firehose/types.rb', line 3144

class PutRecordBatchOutput < Struct.new(
  :failed_put_count,
  :encrypted,
  :request_responses)
  SENSITIVE = []
  include Aws::Structure
end

#request_responsesArray<Types::PutRecordBatchResponseEntry>

The results array. For each record, the index of the response element is the same as the index used in the request array.



3144
3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-firehose/types.rb', line 3144

class PutRecordBatchOutput < Struct.new(
  :failed_put_count,
  :encrypted,
  :request_responses)
  SENSITIVE = []
  include Aws::Structure
end