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.
2981 2982 2983 2984 2985 2986 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2981 class PutRecordOutput < Struct.new( :record_id, :encrypted) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The ID of the record.
2981 2982 2983 2984 2985 2986 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2981 class PutRecordOutput < Struct.new( :record_id, :encrypted) SENSITIVE = [] include Aws::Structure end |