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:



12025
12026
12027
12028
12029
12030
# File 'lib/aws-sdk-s3/types.rb', line 12025

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



12025
12026
12027
# File 'lib/aws-sdk-s3/types.rb', line 12025

def event_type
  @event_type
end