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

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)


3208
3209
3210
3211
3212
3213
# File 'lib/aws-sdk-firehose/types.rb', line 3208

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

#record_idString

The ID of the record.

Returns:

  • (String)


3208
3209
3210
3211
3212
3213
# File 'lib/aws-sdk-firehose/types.rb', line 3208

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