Class: Aws::S3::Types::StatsEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::StatsEvent
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Container for the Stats Event.
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.
12024 12025 12026 12027 12028 |
# File 'lib/aws-sdk-s3/types.rb', line 12024 class StatsEvent < Struct.new( :details, :event_type) include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
12024 12025 12026 |
# File 'lib/aws-sdk-s3/types.rb', line 12024 def event_type @event_type end |