Class: Aws::Firehose::Types::PutRecordOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::PutRecordOutput
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encrypted ⇒ Boolean
Indicates whether server-side encryption (SSE) was enabled during this operation.
-
#record_id ⇒ String
The ID of the record.
Instance Attribute Details
#encrypted ⇒ Boolean
Indicates whether server-side encryption (SSE) was enabled during this operation.
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_id ⇒ String
The ID of the record.
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 |