Class: Aws::Types::EventDimensions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, Types::AttributeDimension]

Returns the value of attribute attributes.

Returns:



1187
1188
1189
# File 'sig/types.rbs', line 1187

def attributes
  @attributes
end

#event_typeTypes::SetDimension

Returns the value of attribute event_type.

Returns:



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.

Returns:



1189
1190
1191
# File 'sig/types.rbs', line 1189

def metrics
  @metrics
end