Class: Aws::S3::Types::ProgressEvent

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::Progress

The Progress event details.

Returns:



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_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



6368
6369
6370
# File 'lib/aws-sdk-s3/types.rb', line 6368

def event_type
  @event_type
end