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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#detailsTypes::Progress

The Progress event details.

Returns:



14257
14258
14259
14260
14261
14262
# File 'lib/aws-sdk-s3/types.rb', line 14257

class ProgressEvent < Struct.new(
  :details,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • the current value of event_type



14257
14258
14259
# File 'lib/aws-sdk-s3/types.rb', line 14257

def event_type
  @event_type
end