Class: Aws::Types::AggregationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_category"Data"

Returns the value of attribute event_category.

Returns:

  • ("Data")


54
55
56
# File 'sig/types.rbs', line 54

def event_category
  @event_category
end

#templates::Array[("API_ACTIVITY" | "RESOURCE_ACCESS" | "USER_ACTIONS")]

Returns the value of attribute templates.

Returns:

  • (::Array[("API_ACTIVITY" | "RESOURCE_ACCESS" | "USER_ACTIONS")])


53
54
55
# File 'sig/types.rbs', line 53

def templates
  @templates
end