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

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

Overview

Container for the Stats Event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::Stats

The Stats event details.

Returns:



15990
15991
15992
15993
15994
15995
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15990

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



15990
15991
15992
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15990

def event_type
  @event_type
end