Class: Aws::S3::Types::ProgressEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ProgressEvent
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#details ⇒ Types::Progress
The Progress event details.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#details ⇒ Types::Progress
The Progress event details.
6368 6369 6370 6371 6372 |
# File 'lib/aws-sdk-s3/types.rb', line 6368 class ProgressEvent < Struct.new( :details, :event_type) include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
6368 6369 6370 |
# File 'lib/aws-sdk-s3/types.rb', line 6368 def event_type @event_type end |