Class: Aws::Types::EventDimensions
- Inherits:
-
Object
- Object
- Aws::Types::EventDimensions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::AttributeDimension]
Returns the value of attribute attributes.
-
#event_type ⇒ Types::SetDimension
Returns the value of attribute event_type.
-
#metrics ⇒ ::Hash[::String, Types::MetricDimension]
Returns the value of attribute metrics.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, Types::AttributeDimension]
Returns the value of attribute attributes.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def attributes @attributes end |
#event_type ⇒ Types::SetDimension
Returns the value of attribute event_type.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def event_type @event_type end |
#metrics ⇒ ::Hash[::String, Types::MetricDimension]
Returns the value of attribute metrics.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def metrics @metrics end |