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
This data type contains information about the progress event of an operation.
Constant Summary collapse
- SENSITIVE =
[]
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.
11152 11153 11154 11155 11156 11157 |
# File 'lib/aws-sdk-s3/types.rb', line 11152 class ProgressEvent < Struct.new( :details, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
11152 11153 11154 |
# File 'lib/aws-sdk-s3/types.rb', line 11152 def event_type @event_type end |