Class: Aws::Firehose::Types::PutRecordOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#encryptedBoolean

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

Returns:

  • (Boolean)


2738
2739
2740
2741
2742
# File 'lib/aws-sdk-firehose/types.rb', line 2738

class PutRecordOutput < Struct.new(
  :record_id,
  :encrypted)
  include Aws::Structure
end

#record_idString

The ID of the record.

Returns:

  • (String)


2738
2739
2740
2741
2742
# File 'lib/aws-sdk-firehose/types.rb', line 2738

class PutRecordOutput < Struct.new(
  :record_id,
  :encrypted)
  include Aws::Structure
end