Class: Aws::S3::Types::StatsEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::StatsEvent
- 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
-
#details ⇒ Types::Stats
The Stats event details.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#details ⇒ Types::Stats
The Stats event details.
17327 17328 17329 17330 17331 17332 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17327 class StatsEvent < Struct.new( :details, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
17327 17328 17329 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17327 def event_type @event_type end |