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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/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)


3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3548

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

#record_idString

The ID of the record.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3548

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