Class: Aws::Types::BatchGetMetricDataQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::String]

Returns the value of attribute dimensions.

Returns:

  • (::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::String])


60
61
62
# File 'sig/types.rbs', line 60

def dimensions
  @dimensions
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def end_date
  @end_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def id
  @id
end

#metric"SEND", ...

Returns the value of attribute metric.

Returns:

  • ("SEND", "COMPLAINT", "PERMANENT_BOUNCE", "TRANSIENT_BOUNCE", "OPEN", "CLICK", "DELIVERY", "DELIVERY_OPEN", "DELIVERY_CLICK", "DELIVERY_COMPLAINT")


59
60
61
# File 'sig/types.rbs', line 59

def metric
  @metric
end

#namespace"VDM"

Returns the value of attribute namespace.

Returns:

  • ("VDM")


58
59
60
# File 'sig/types.rbs', line 58

def namespace
  @namespace
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def start_date
  @start_date
end