Class: Aws::Types::MetricsDataSource

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"), ::Array[::String]]

Returns the value of attribute dimensions.

Returns:

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


1489
1490
1491
# File 'sig/types.rbs', line 1489

def dimensions
  @dimensions
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def end_date
  @end_date
end

#metrics::Array[Types::ExportMetric]

Returns the value of attribute metrics.

Returns:



1491
1492
1493
# File 'sig/types.rbs', line 1491

def metrics
  @metrics
end

#namespace"VDM"

Returns the value of attribute namespace.

Returns:

  • ("VDM")


1490
1491
1492
# File 'sig/types.rbs', line 1490

def namespace
  @namespace
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def start_date
  @start_date
end