Class: Aws::S3::Types::RecordsEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::RecordsEvent
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
The container for the records event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#payload ⇒ String
The byte array of partial, one or more result records.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
11608 11609 11610 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11608 def event_type @event_type end |
#payload ⇒ String
The byte array of partial, one or more result records.
11608 11609 11610 11611 11612 11613 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11608 class RecordsEvent < Struct.new( :payload, :event_type) SENSITIVE = [] include Aws::Structure end |