Class: Aws::S3::Types::StatsEvent

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::Stats

The Stats event details.

Returns:



9457
9458
9459
9460
9461
# File 'lib/aws-sdk-s3/types.rb', line 9457

class StatsEvent < 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



9457
9458
9459
# File 'lib/aws-sdk-s3/types.rb', line 9457

def event_type
  @event_type
end