Class: Aws::S3::Types::ProgressEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ProgressEvent
- Defined in:
- gems/aws-sdk-s3/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.
12590 12591 12592 12593 12594 12595 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12590 class ProgressEvent < Struct.new( :details, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
12590 12591 12592 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 12590 def event_type @event_type end |