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

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

Instance Attribute Details

#detailsTypes::Progress

The Progress event details.

Returns:



11994
11995
11996
11997
11998
11999
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11994

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

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



11994
11995
11996
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11994

def event_type
  @event_type
end